Release 961222
[wine/multimedia.git] / include / string32.h
blobf8f234d8823057f04d58a472911dd7282ba1433a
1 /*
2 * Unicode string management
4 * Copyright 1995 Martin von Loewis
6 */
8 #ifndef _STRING32_H
9 #define _STRING32_H
11 #include "wintypes.h"
13 LPSTR STRING32_DupUniToAnsi(LPCWSTR src);
14 LPWSTR STRING32_DupAnsiToUni(LPCSTR src);
15 LPWSTR STRING32_strdupW(LPCWSTR);
17 #endif