wine/ programs/winepath/winepath.c programs/wi ...

Alexandre Julliard julliard at winehq.org
Wed Apr 14 14:40:54 CDT 2004


ChangeSet ID:	11991
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/04/14 14:40:54

Modified files:
	programs/winepath: winepath.c 
	programs/winemenubuilder: winemenubuilder.c 
	include        : winbase.h 
	files          : dos_fs.c 
	dlls/winedos   : dosconf.c 
	dlls/ntdll     : ntdll.spec directory.c 
	dlls/kernel    : process.c kernel32.spec 
	dlls/gdi       : printdrv.c freetype.c 

Log message:
	Moved wine_get_unix_file_name implementation to ntdll, and changed it
	to return an allocated buffer instead of a fixed size one.

Patch: http://cvs.winehq.org/patch.py?id=11991

Old revision  New revision  Changes     Path
 1.5           1.6           +8 -3       wine/programs/winepath/winepath.c
 1.10          1.11          +1 -5       wine/programs/winemenubuilder/winemenubuilder.c
 1.208         1.209         +1 -1       wine/include/winbase.h
 1.157         1.158         +0 -20      wine/files/dos_fs.c
 1.4           1.5           +5 -2       wine/dlls/winedos/dosconf.c
 1.148         1.149         +3 -0       wine/dlls/ntdll/ntdll.spec
 1.4           1.5           +20 -0      wine/dlls/ntdll/directory.c
 1.51          1.52          +14 -13     wine/dlls/kernel/process.c
 1.131         1.132         +1 -1       wine/dlls/kernel/kernel32.spec
 1.37          1.38          +8 -6       wine/dlls/gdi/printdrv.c
 1.57          1.58          +14 -5      wine/dlls/gdi/freetype.c




More information about the wine-cvs mailing list