winestring.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- #ifndef __WINE_WINE_WINESTRING_H
- #define __WINE_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_WINE_WINESTRING_H */