Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
This commit is contained in:
parent
a82de9b375
commit
c0bca77ecb
|
@ -4,11 +4,6 @@
|
|||
#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;
|
||||
|
|
Loading…
Reference in New Issue