OSDN Git Service

2004-04-06 Luke Dunstan <infidel@users.sourceforge.net>
authorinfidel <infidel>
Mon, 5 Apr 2004 16:25:07 +0000 (16:25 +0000)
committerinfidel <infidel>
Mon, 5 Apr 2004 16:25:07 +0000 (16:25 +0000)
* include/ocidl.h (QACONTAINERFLAGS): Correct typedef.

winsup/w32api/ChangeLog
winsup/w32api/include/ocidl.h

index e655e45..219ee86 100644 (file)
@@ -1,3 +1,7 @@
+2004-04-06  Luke Dunstan  <infidel@users.sourceforge.net>
+
+       * include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
+
 2004-03-29  Danny Smith  <dannysmith@users.sourceforge.net>
 
        * lib/Makefile,in; Add directx to .PHONY target.
index 2e7ebeb..f5c91ad 100644 (file)
@@ -59,7 +59,7 @@ typedef struct tagPROPBAG2
        LPOLESTR pstrName;
        CLSID clsid;
 } PROPBAG2;
-enum tagQACONTAINERFLAGS
+typedef enum tagQACONTAINERFLAGS
 {
        QACONTAINER_SHOWHATCHING = 1,
        QACONTAINER_SHOWGRABHANDLES = 2,