[RAPPS] CMainWindow: Make SelectedEnumType a member
[reactos.git] / win32ss / win32kp.h
index 386db09..2d0f358 100644 (file)
 
 #pragma once
 
-#ifdef __GNUC__
-#define INIT_SECTION __attribute__((section ("INIT")))
-#define INIT_FUNCTION INIT_SECTION
-#else
-#define INIT_SECTION  /* Done via alloc_text for MSC */
-#define INIT_FUNCTION INIT_SECTION
-#endif
-
 /* Enable debugging features */
 #define GDI_DEBUG 0
 #define DBG_ENABLE_GDIOBJ_BACKTRACES 0
@@ -99,6 +91,7 @@ typedef struct _DC *PDC;
 #include "user/ntuser/winpos.h"
 #include "user/ntuser/callback.h"
 #include "user/ntuser/mmcopy.h"
+#include "user/ntuser/ghost.h"
 
 /* CSRSS Interface */
 #include "user/ntuser/csr.h"