remove semicolon from define, thanks to Carlo Bramini for noticing

svn path=/trunk/; revision=40490
This commit is contained in:
Gregor Schneider 2009-04-13 20:05:06 +00:00
parent e08b53f9de
commit 4955e44487

View 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);