From db6b7c2e1c52c536a7f9690a410bf69817e0b2c5 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 18 Apr 2001 22:33:39 +0000 Subject: Initial revision CVS patchset: 1 CVS date: 2001/04/18 22:33:39 --- src/libw32dll/wine/winestring.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libw32dll/wine/winestring.h (limited to 'src/libw32dll/wine/winestring.h') diff --git a/src/libw32dll/wine/winestring.h b/src/libw32dll/wine/winestring.h new file mode 100644 index 000000000..5b66dc803 --- /dev/null +++ b/src/libw32dll/wine/winestring.h @@ -0,0 +1,13 @@ +#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 */ -- cgit v1.2.3