Corrected 2 wrong definitions.

This commit is contained in:
Juergen Schmied 1998-10-28 14:45:44 +00:00 committed by Alexandre Julliard
parent 24ee621110
commit 5b00ec7c4d
1 changed files with 2 additions and 2 deletions

View File

@ -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