winestring.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. #ifndef __WINE_WINE_WINESTRING_H
  2. #define __WINE_WINE_WINESTRING_H
  3. #include "windef.h"
  4. LPWSTR      WINAPI lstrcpyAtoW(LPWSTR,LPCSTR);
  5. LPSTR       WINAPI lstrcpyWtoA(LPSTR,LPCWSTR);
  6. LPWSTR      WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT);
  7. LPSTR       WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
  8. #define lstrncmpiA strncasecmp
  9. #endif /* __WINE_WINE_WINESTRING_H */