2004-04-06 Luke Dunstan <infidel@users.sourceforge.net>

* include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
This commit is contained in:
Luke Dunstan 2004-04-05 16:25:07 +00:00
parent 7e57d6d268
commit 7a1d1d90cd
2 changed files with 5 additions and 1 deletions

View 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.

View file

@ -59,7 +59,7 @@ typedef struct tagPROPBAG2
LPOLESTR pstrName;
CLSID clsid;
} PROPBAG2;
enum tagQACONTAINERFLAGS
typedef enum tagQACONTAINERFLAGS
{
QACONTAINER_SHOWHATCHING = 1,
QACONTAINER_SHOWGRABHANDLES = 2,