Commit 5b00ec7c authored by Juergen Schmied's avatar Juergen Schmied Committed by Alexandre Julliard

Corrected 2 wrong definitions.

parent 24ee6211
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment