Changeset 22123 for branches/swt/include/win/winbase.h
- Timestamp:
- Feb 14, 2016, 2:29:03 PM (10 years ago)
- File:
-
- 1 edited
-
branches/swt/include/win/winbase.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/include/win/winbase.h
r22081 r22123 2271 2271 INT WINAPI lstrcmpiW(LPCWSTR,LPCWSTR); 2272 2272 #define lstrcmpi WINELIB_NAME_AW(lstrcmpi) 2273 int WINAPI lstrncmpiA(LPCSTR, LPCSTR, int);2274 int WINAPI lstrncmpiW(LPCWSTR, LPCWSTR, int);2273 int WINAPI lstrncmpiA(LPCSTR, LPCSTR, size_t); 2274 int WINAPI lstrncmpiW(LPCWSTR, LPCWSTR, size_t); 2275 2275 #define lstrncmpi WINELIB_NAME_AW(lstrncmpi) 2276 2276
Note:
See TracChangeset
for help on using the changeset viewer.
