wine/ dlls/kernel/wowthunk.c dlls/ntdll/file.c ...

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 26 20:14:00 CDT 2002


ChangeSet ID:	1030410840440784468854876
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	02/08/26 20:14:00

Modified files:
	dlls/kernel    : wowthunk.c 
	dlls/ntdll     : file.c 
	dlls/winedos   : int21.c 
	files          : directory.c dos_fs.c drive.c file.c profile.c 
	                 smb.c smb.h 
	include        : drive.h file.h 
	loader         : task.c 
	memory         : registry.c 
	misc           : registry.c 
	msdos          : dosconf.c int11.c int21.c ioports.c 
	scheduler      : process.c 

Log message:
	Dmitry Timoshkov <dmitry at codeweavers.com>
	Convert most of the file APIs to Unicode.

Patch: http://cvs.winehq.com/patch.py?id=1030410840440784468854876

Revision  Changes    Path
 1.22     +24 -4     wine/dlls/kernel/wowthunk.c
 1.16     +7 -13     wine/dlls/ntdll/file.c
 1.10     +3 -1      wine/dlls/winedos/int21.c
 1.51     +345 -197  wine/files/directory.c
 1.117    +709 -430  wine/files/dos_fs.c
 1.77     +393 -198  wine/files/drive.c
 1.156    +448 -242  wine/files/file.c
 1.74     +460 -293  wine/files/profile.c
 1.11     +18 -13    wine/files/smb.c
 1.4      +3 -3      wine/files/smb.h
 1.10     +5 -3      wine/include/drive.h
 1.46     +21 -14    wine/include/file.h
 1.122    +3 -2      wine/loader/task.c
 1.27     +240 -3    wine/memory/registry.c
 1.114    +91 -108   wine/misc/registry.c
 1.14     +10 -9     wine/msdos/dosconf.c
 1.16     +14 -8     wine/msdos/int11.c
 1.73     +34 -15    wine/msdos/int21.c
 1.35     +10 -4     wine/msdos/ioports.c
 1.198    +16 -5     wine/scheduler/process.c




More information about the wine-cvs mailing list