Removed reference to the WINE_UNICODE_TEXT macro that no longer
exists.
This commit is contained in:
parent
4a0dd81cf1
commit
04600949a8
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue