Mercurial > mplayer.hg
view loader/wine/winestring.h @ 36726:ed1d856ec43d
Use DECLARE_ALIGNED helper macros.
Patch by Matt Oliver [protogonoi gmail.com].
author | reimar |
---|---|
date | Sun, 09 Feb 2014 22:19:07 +0000 |
parents | 494c251bd39e |
children |
line wrap: on
line source
#ifndef MPLAYER_WINESTRING_H #define MPLAYER_WINESTRING_H #include <strings.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 /* MPLAYER_WINESTRING_H */