1999-06-12 20:36:54 +02:00
|
|
|
#ifndef __WINE_WINE_WINESTRING_H
|
|
|
|
#define __WINE_WINE_WINESTRING_H
|
1999-02-17 14:51:06 +01:00
|
|
|
|
1999-03-14 17:35:05 +01:00
|
|
|
#include "windef.h"
|
1999-02-17 14:51:06 +01:00
|
|
|
|
1999-02-09 16:46:25 +01:00
|
|
|
LPWSTR WINAPI lstrcpyAtoW(LPWSTR,LPCSTR);
|
|
|
|
LPSTR WINAPI lstrcpyWtoA(LPSTR,LPCWSTR);
|
1999-02-26 12:11:13 +01:00
|
|
|
LPWSTR WINAPI lstrcpynAtoW(LPWSTR,LPCSTR,INT);
|
|
|
|
LPSTR WINAPI lstrcpynWtoA(LPSTR,LPCWSTR,INT);
|
1999-06-12 20:36:54 +02:00
|
|
|
|
1999-09-04 16:36:02 +02:00
|
|
|
#define lstrncmpiA strncasecmp
|
|
|
|
|
1999-06-12 20:36:54 +02:00
|
|
|
#endif /* __WINE_WINE_WINESTRING_H */
|