Release 970629
[wine/wine-kai.git] / include / string32.h
blob6c644a2477e416d06f4c9225f7eb8a75819d39e6
1 /*
2 * Unicode string management
4 * Copyright 1995 Martin von Loewis
6 */
8 #ifndef __WINE_STRING32_H
9 #define __WINE_STRING32_H
11 #include "wintypes.h"
13 LPWSTR STRING32_DupAnsiToUni(LPCSTR src);
14 LPWSTR STRING32_strdupW(LPCWSTR);
16 #endif /* __WINE_STRING32_H */