[YAROTOWS] Reintegrate the branch. For a brighter future.
[reactos.git] / reactos / subsystems / win32 / win32k / include / sysparams.h
index 61e6d06..2c51a40 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef _WIN32K_SYSPARAMS_H
-#define _WIN32K_SYSPARAMS_H
+#pragma once
 
 #include "cursoricon.h"
 
@@ -15,7 +14,7 @@
 
 #define SPIF_PROTECT 0x80000
 
-enum
+typedef enum _USERPREFMASKS
 {
     UPM_ACTIVEWINDOWTRACKING = 0x01,
     UPM_MENUANIMATION = 0x02,
@@ -178,5 +177,3 @@ typedef union _SPIBUFFER
 } SPIBUFFER;
 
 extern SPIVALUES gspv;
-
-#endif /* _WIN32K_SYSPARAMS_H */