Fixed GetNumberFormat declaration.
This commit is contained in:
parent
491bc7c751
commit
fcf9f24451
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue