Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.

diff --git a/include/olectl.h b/include/olectl.h
index 39d55df..9c02ca5 100644
--- a/include/olectl.h
+++ b/include/olectl.h
@@ -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 @@
 			struct {
 					HENHMETAFILE hemf;
 			} emf;
-	} DUMMY_UNION_NAME;
+	} DUMMYUNIONNAME;
 } PICTDESC, *LPPICTDESC;
 
 typedef long OLE_XPOS_PIXELS;