Commit 04600949 authored by Alexandre Julliard's avatar Alexandre Julliard

Removed reference to the WINE_UNICODE_TEXT macro that no longer

exists.
parent 4a0dd81c
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment