Fix the function pointer declarations so MSVC likes them.
commita1779c1e334bb5b96e0ff810c913a95fe59460f8
authorFrancois Gouget <fgouget@free.fr>
Fri, 22 Oct 2004 20:25:46 +0000 (22 20:25 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Oct 2004 20:25:46 +0000 (22 20:25 +0000)
treeb28f0cedffc52e1d8a2ac3d1cb8190dd34d33430
parent2612e60ef8d74593bbb1b6771a8a8b1603eda2d6
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.
dlls/shell32/tests/shellpath.c