Removed reference to the WINE_UNICODE_TEXT macro that no longer

exists.
This commit is contained in:
Alexandre Julliard 2003-08-22 05:04:23 +00:00
parent 4a0dd81cf1
commit 04600949a8

View file

@ -263,7 +263,7 @@ typedef OLECHAR *LPOLESTR;
typedef const OLECHAR *LPCOLESTR;
#ifndef __WINESRC__
#define OLESTR(str) WINE_UNICODE_TEXT(str)
#define OLESTR(str) L##str
#endif
typedef CHAR OLECHAR16;