mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 00:50:23 +00:00
remove semicolon from define, thanks to Carlo Bramini for noticing
svn path=/trunk/; revision=40490
This commit is contained in:
parent
e08b53f9de
commit
4955e44487
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue