From 5b00ec7c4da70e469cd1c2176da2f1a1af932bb2 Mon Sep 17 00:00:00 2001 From: Juergen Schmied Date: Wed, 28 Oct 1998 14:45:44 +0000 Subject: [PATCH] Corrected 2 wrong definitions. --- include/shlobj.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/shlobj.h b/include/shlobj.h index 3faf6825fe1..f9080964def 100644 --- a/include/shlobj.h +++ b/include/shlobj.h @@ -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 -- 2.11.4.GIT