wine/dlls/shell32/tests shellpath.c

Alexandre Julliard julliard at winehq.org
Fri Oct 22 15:25:46 CDT 2004


ChangeSet ID:	14284
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/10/22 15:25:46

Modified files:
	dlls/shell32/tests: shellpath.c 

Log message:
	Francois Gouget <fgouget at free.fr>
	Fix the function pointer declarations so MSVC likes them.
	CSIDL_PROFILES is not defined in the Windows SDK.
	snprintf and strcasecmp don't exist on Windows. Replace them with
	wnsprintfA and lstrcmpiA respectively.

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

Old revision  New revision  Changes     Path
 1.1           1.2           +20 -16     wine/dlls/shell32/tests/shellpath.c




More information about the wine-cvs mailing list