remove semicolon from define, thanks to Carlo Bramini for noticing
authorGregor Schneider <grschneider@gmail.com>
Mon, 13 Apr 2009 20:05:06 +0000 (20:05 +0000)
committerGregor Schneider <grschneider@gmail.com>
Mon, 13 Apr 2009 20:05:06 +0000 (20:05 +0000)
svn path=/trunk/; revision=40490

reactos/include/psdk/shlwapi.h

index 7863a23..60552cd 100644 (file)
@@ -388,7 +388,7 @@ BOOL WINAPI PathIsDirectoryEmptyW(LPCWSTR);
 
 BOOL WINAPI PathIsFileSpecA(LPCSTR);
 BOOL WINAPI PathIsFileSpecW(LPCWSTR);
-#define PathIsFileSpec WINELIB_NAME_AW(PathIsFileSpec);
+#define PathIsFileSpec WINELIB_NAME_AW(PathIsFileSpec)
 
 BOOL WINAPI PathIsPrefixA(LPCSTR,LPCSTR);
 BOOL WINAPI PathIsPrefixW(LPCWSTR,LPCWSTR);