- Move from using include guards to pragma once.
[reactos.git] / reactos / subsystems / win32 / win32k / include / misc.h
index 6ec5f26..366c44b 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __WIN32K_MISC_H
-#define __WIN32K_MISC_H
+#pragma once
 
 typedef struct INTENG_ENTER_LEAVE_TAG
   {
@@ -47,5 +46,3 @@ RegWriteUserSetting(
     IN ULONG ulType,
     OUT PVOID pvData,
     IN ULONG cbDataSize);
-
-#endif /* __WIN32K_MISC_H */