Sweden-Number/misc
Andreas Mohr 3084b58606 - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
non-existent directory would leave the new drive enabled upon aborting
  (fixes CuteFTP install and should fix MANY apps)
  This has probably been caused by myself. *brownpaperbag*
- added GetVolumeInformation serial number bug-for-bug compatibility
- corrected Unicode labels (better CD-ROM handling in general)
- moved CD-ROM label detection code to misc/cdrom.c
- possible to use loopback mounted ISO9660 files
- init some uninitialised drive fields
- remove some unnecessary header includes
2000-07-25 20:59:59 +00:00
..
.cvsignore Change interfaces to THUNK_Alloc/Free slightly and make them non-static. 1999-09-13 15:15:45 +00:00
Makefile.in Moved thunking functions off to kernel32.dll. 2000-07-25 16:42:25 +00:00
cdrom.c - fixed a gross bug in SetCurrentDirectoryA (where changing to a new 2000-07-25 20:59:59 +00:00
comm.c Fixed issues found by winapi_check. 2000-07-25 17:45:14 +00:00
cpu.c Optimized debugging API to reduce code size. 2000-02-10 22:15:21 +00:00
debugstr.c Removed a lot of unnecessary includes and fixed the compile errors. 2000-03-08 18:26:56 +00:00
error.c Removed a lot of unnecessary includes and fixed the compile errors. 2000-03-08 18:26:56 +00:00
ext_debugger.c DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg. 2000-05-26 01:14:55 +00:00
lstr.c Improved FormatMessage: 2000-07-25 17:53:58 +00:00
main.c Made --language behave the same as setting the LANGUAGE environment 2000-07-15 19:59:10 +00:00
options.c Get full path of argv[0] before we change directories. 2000-07-16 18:21:34 +00:00
port.c Added configure check for libutil.h. 2000-07-09 12:19:09 +00:00
printdrv.c CreateSpoolFile is called with a dos name, we have to make sure that 2000-06-15 00:29:54 +00:00
registry.c Fixed lstrcpynAtoW usage (reported by Stas Sergeev). 2000-07-09 11:20:59 +00:00
system.c Specify the service thread timers in ms instead of us. 2000-05-10 04:43:32 +00:00
toolhelp.c Implemented thread and (partial) module snapshots, based on the work 2000-04-16 19:45:05 +00:00
tweak.c Misc small cleanups. 2000-03-18 22:25:41 +00:00
version.c Made the DLL version clash error message more verbose. 2000-06-12 01:18:11 +00:00
wsprintf.c Fixed crash. 2000-06-03 00:08:24 +00:00