demux_real.c: Remove unused hexdump() forward declaration
[mplayer/glamo.git] / loader / wine / winestring.h
blobcb70a0098ca568ce95ce85998af64d4f8ad74250
1 #ifndef MPLAYER_WINESTRING_H
2 #define MPLAYER_WINESTRING_H
4 #include "windef.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 */