source: trunk/include/win/wine/winestring.h

Last change on this file was 641, checked in by sandervl, 26 years ago

Updated Wine headers

File size: 440 bytes
RevLine 
[641]1/* $Id: winestring.h,v 1.6 1999-08-22 22:52:12 sandervl Exp $ */
[640]2#ifndef __WINE_WINE_WINESTRING_H
3#define __WINE_WINE_WINESTRING_H
[4]4
5#include "windef.h"
6
7INT16 WINAPI WideCharToLocal16(LPSTR,LPWSTR,INT16);
[640]8INT WINAPI WideCharToLocal(LPSTR,LPWSTR,INT);
[4]9INT16 WINAPI LocalToWideChar16(LPWSTR,LPSTR,INT16);
[640]10INT WINAPI LocalToWideChar(LPWSTR,LPSTR,INT);
11#include <heapstring.h>
12
13#endif /* __WINE_WINE_WINESTRING_H */
Note: See TracBrowser for help on using the repository browser.