From fcf9f2445115c4eba95b4393bed4e19e39dc5533 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Sun, 23 Apr 2000 19:56:47 +0000 Subject: [PATCH] Fixed GetNumberFormat declaration. --- include/winuser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/winuser.h b/include/winuser.h index f8d81644daa..e79ca85b529 100644 --- a/include/winuser.h +++ b/include/winuser.h @@ -3013,7 +3013,7 @@ BOOL WINAPI GetMonitorInfoW(HMONITOR,LPMONITORINFO); #define GetMonitorInfo WINELIB_NAME_AW(GetMonitorInfo) INT WINAPI GetNumberFormatA(LCID,DWORD,LPCSTR,const NUMBERFMTA*,LPSTR,int); INT WINAPI GetNumberFormatW(LCID,DWORD,LPCWSTR,const NUMBERFMTW*,LPWSTR,int); -#define GetNumberFormat WINELIB_NAME_AW(GetNumberFormat); +#define GetNumberFormat WINELIB_NAME_AW(GetNumberFormat) DWORD WINAPI GetWindowContextHelpId(HWND); DWORD WINAPI GetWindowThreadProcessId(HWND,LPDWORD); BOOL WINAPI IsWindowUnicode(HWND);