view loader/wine/winestring.h @ 25337:6a7cf06be2e8

allow osd menu being controlled by joystick
author ben
date Tue, 11 Dec 2007 21:58:42 +0000
parents c98c9e7f3bd0
children a8ea87c71d18
line wrap: on
line source

#ifndef WINE_WINESTRING_H
#define 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_WINESTRING_H */