Corrected 2 wrong definitions.
This commit is contained in:
parent
24ee621110
commit
5b00ec7c4d
|
@ -257,7 +257,7 @@ typedef enum tagDVASPECT
|
|||
DVASPECT_DOCPRINT = 8
|
||||
} DVASPECT;
|
||||
|
||||
enum tagTYMED
|
||||
typedef enum tagTYMED
|
||||
{ TYMED_HGLOBAL = 1,
|
||||
TYMED_FILE = 2,
|
||||
TYMED_ISTREAM = 4,
|
||||
|
@ -349,7 +349,7 @@ typedef struct tagLPIDLLIST *LPIDLLIST, IDLList;
|
|||
|
||||
#define THIS LPIDLLIST this
|
||||
|
||||
enum
|
||||
typedef enum
|
||||
{ State_UnInit=1,
|
||||
State_Init=2,
|
||||
State_OutOfMem=3
|
||||
|
|
Loading…
Reference in New Issue