Commit c0bca77e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.

parent a82de9b3
......@@ -4,12 +4,7 @@
#include "windef.h"
#include "ocidl.h"
#ifdef __cplusplus
#define DUMMY_UNION_NAME
#else
#define DUMMY_UNION_NAME u
#endif
/*
* Ole Control Interfaces
*/
......@@ -108,7 +103,7 @@ typedef struct tagPICTDESC {
struct {
HENHMETAFILE hemf;
} emf;
} DUMMY_UNION_NAME;
} DUMMYUNIONNAME;
} PICTDESC, *LPPICTDESC;
typedef long OLE_XPOS_PIXELS;
......
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