1 #ifndef MPLAYER_WINESTRING_H
2 #define MPLAYER_WINESTRING_H
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
);
11 #define lstrncmpiA strncasecmp
13 #endif /* MPLAYER_WINESTRING_H */