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