Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.

oldstable
Francois Gouget 2000-10-13 17:10:15 +00:00 committed by Alexandre Julliard
parent a82de9b375
commit c0bca77ecb
1 changed files with 2 additions and 7 deletions

View File

@ -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;