Displaying 1 result from an estimated 1 matches for "dwcmpflags".
2001 Aug 15
1
WineLib Warning?
...nd 5.2 include file these API's are defined as:
int WINAPI CompareStringA(LCID, DWORD, LPCSTR, int, LPCSTR, int);
int WINAPI CompareStringW(LCID, DWORD, LPCSTR, int, LPCSTR, int);
and this is what the Borland Windows SDK help file says:
int CompareString(
LCID Locale,
DWORD dwCmpFlags,
LPCTSTR lpString1,
int cchCount1,
LPCTSTR lpString2,
int cchCount2
);
Is the define in the Wine headers wrong?
Regrads Jussi Jumppanen