]> git.sesse.net Git - vlc/blob - libs/loader/wine/winestring.h
Mac OS X gui: Revert r19259. We are not ready to do proper locking.
[vlc] / libs / loader / wine / winestring.h
1 #ifndef __WINE_WINE_WINESTRING_H
2 #define __WINE_WINE_WINESTRING_H
3
4 #include "windef.h"
5
6 LPWSTR      WINAPI lstrcpyAtoW(LPWSTR,LPCSTR);
7 LPSTR       WINAPI lstrcpyWtoA(LPSTR,LPCWSTR);
8 LPWSTR      WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT);
9 LPSTR       WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
10
11 #define lstrncmpiA strncasecmp
12
13 #endif /* __WINE_WINE_WINESTRING_H */