wine/ scheduler/process.c relay32/builtin32.c ...

Alexandre Julliard julliard at winehq.org
Thu Jul 3 13:23:10 CDT 2003


ChangeSet ID:	8676
CVSROOT:	/home/winehq/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/07/03 13:23:10

Modified files:
	scheduler      : process.c 
	relay32        : builtin32.c 
	libs/wine      : loader.c 
	include/wine   : library.h 
	include        : module.h 
	if1632         : builtin.c 

Log message:
	Added a file_exists argument to wine_dll_load to allow checking
	whether a failed dll load is because the file didn't exist; more
	robust than trying to guess the contents of the error string...
	Get rid of BUILTIN32_dlopen.

Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8676

Old revision  New revision  Changes     Path
 1.224         1.225         +12 -8      wine/scheduler/process.c
 1.94          1.95          +21 -35     wine/relay32/builtin32.c
 1.3           1.4           +13 -15     wine/libs/wine/loader.c
 1.19          1.20          +3 -2       wine/include/wine/library.h
 1.88          1.89          +0 -1       wine/include/module.h
 1.55          1.56          +8 -3       wine/if1632/builtin.c




More information about the wine-cvs mailing list