- Move from using include guards to pragma once.
[reactos.git] / reactos / subsystems / win32 / win32k / include / desktop.h
index fe7a93f..ecdd420 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef _WIN32K_DESKTOP_H
-#define _WIN32K_DESKTOP_H
+#pragma once
 
 #include "msgqueue.h"
 #include "window.h"
@@ -252,6 +251,4 @@ DesktopHeapAddressToUser(PVOID lpMem)
     return NULL;
 }
 
-#endif /* _WIN32K_DESKTOP_H */
-
 /* EOF */