ChangeSet ID: 14284 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/10/22 15:25:46
Modified files: dlls/shell32/tests: shellpath.c
Log message: Francois Gouget fgouget@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