mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
Fixed IntlStrEqWorkerA/W prototypes.
This commit is contained in:
parent
780deecfd7
commit
1415a11034
@ -810,8 +810,8 @@ INT WINAPIV wnsprintfW(LPWSTR,INT,LPCWSTR, ...);
|
||||
|
||||
HRESULT WINAPI SHLoadIndirectString(LPCWSTR,LPWSTR,UINT,PVOID*);
|
||||
|
||||
BOOL IntlStrEqWorkerA(BOOL,LPCSTR,LPCSTR,int);
|
||||
BOOL IntlStrEqWorkerW(BOOL,LPCWSTR,LPCWSTR,int);
|
||||
BOOL WINAPI IntlStrEqWorkerA(BOOL,LPCSTR,LPCSTR,int);
|
||||
BOOL WINAPI IntlStrEqWorkerW(BOOL,LPCWSTR,LPCWSTR,int);
|
||||
#define IntlStrEqWorker WINELIB_NAME_AW(IntlStrEqWorker)
|
||||
|
||||
#define IntlStrEqNA(s1,s2,n) IntlStrEqWorkerA(TRUE,s1,s2,n)
|
||||
|
Loading…
Reference in New Issue
Block a user