2004-04-06 Luke Dunstan <infidel@users.sourceforge.net>
* include/ocidl.h (QACONTAINERFLAGS): Correct typedef.
This commit is contained in:
parent
7e57d6d268
commit
7a1d1d90cd
|
@ -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>
|
2004-03-29 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* lib/Makefile,in; Add directx to .PHONY target.
|
* lib/Makefile,in; Add directx to .PHONY target.
|
||||||
|
|
|
@ -59,7 +59,7 @@ typedef struct tagPROPBAG2
|
||||||
LPOLESTR pstrName;
|
LPOLESTR pstrName;
|
||||||
CLSID clsid;
|
CLSID clsid;
|
||||||
} PROPBAG2;
|
} PROPBAG2;
|
||||||
enum tagQACONTAINERFLAGS
|
typedef enum tagQACONTAINERFLAGS
|
||||||
{
|
{
|
||||||
QACONTAINER_SHOWHATCHING = 1,
|
QACONTAINER_SHOWHATCHING = 1,
|
||||||
QACONTAINER_SHOWGRABHANDLES = 2,
|
QACONTAINER_SHOWGRABHANDLES = 2,
|
||||||
|
|
Loading…
Reference in New Issue