- Move from using include guards to pragma once.
[reactos.git] / reactos / subsystems / win32 / win32k / include / pdevobj.h
index 94b3d56..4124509 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __WIN32K_PDEVOBJ_H
-#define __WIN32K_PDEVOBJ_H
+#pragma once
 
 #include <drivers/directx/directxint.h>
 
@@ -143,5 +142,3 @@ typedef struct _PDEVEDD
 } PDEVEDD, *PPDEVEDD;
 
 extern ULONG gdwDirectDrawContext;
-
-#endif /* !__WIN32K_PDEVOBJ_H */