wine-wine/dlls/cabinet
Gregory M. Turner 0c63c39c8d - move macros and constants into cabinet.h where they can be shared
between cabextract.c and fdi.c
- reminders to eliminate global variables (for multithread
  compatibility)
- remove struct fdi_cab: due to the nature of the FDI API, we cannot
  preload all the cabinets; this appears to obviate the need for struct
  fdi_cab
- "oppress" (that is, do not process) partial files which were
  continuations from another cabinet
- more than one partial file can exist in a single cabinet (how!?) --
  so move the partial file notification (and "oppression" that goes with
  it) into the loop that iterates through files
2003-06-17 03:56:51 +00:00
..
.cvsignore Added .spec.def files. 2002-12-12 22:04:04 +00:00
Makefile.in - port cabextract to wine 2002-12-19 21:16:56 +00:00
cabextract.c - move macros and constants into cabinet.h where they can be shared 2003-06-17 03:56:51 +00:00
cabinet.h - move macros and constants into cabinet.h where they can be shared 2003-06-17 03:56:51 +00:00
cabinet.spec Take advantage of new winebuild syntax to remove redundant function 2003-03-20 03:53:12 +00:00
cabinet_main.c - port cabextract to wine 2002-12-19 21:16:56 +00:00
fci.c Added FIXME:s in the stubs. 2002-12-02 19:00:59 +00:00
fdi.c - move macros and constants into cabinet.h where they can be shared 2003-06-17 03:56:51 +00:00