Mercurial > mplayer.hg
view loader/wine/winestring.h @ 25085:da7c8d1b7a36
Move common chain uninit code into separate routine.
author | voroshil |
---|---|
date | Mon, 19 Nov 2007 19:45:01 +0000 |
parents | c98c9e7f3bd0 |
children | a8ea87c71d18 |
line wrap: on
line source
#ifndef WINE_WINESTRING_H #define WINE_WINESTRING_H #include "windef.h" LPWSTR WINAPI lstrcpyAtoW(LPWSTR,LPCSTR); LPSTR WINAPI lstrcpyWtoA(LPSTR,LPCWSTR); LPWSTR WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT); LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT); #define lstrncmpiA strncasecmp #endif /* WINE_WINESTRING_H */