blob: 6c644a2477e416d06f4c9225f7eb8a75819d39e6 [file] [log] [blame]
/*
* Unicode string management
*
* Copyright 1995 Martin von Loewis
*
*/
#ifndef __WINE_STRING32_H
#define __WINE_STRING32_H
#include "wintypes.h"
LPWSTR STRING32_DupAnsiToUni(LPCSTR src);
LPWSTR STRING32_strdupW(LPCWSTR);
#endif /* __WINE_STRING32_H */