- Move from using include guards to pragma once.
[reactos.git] / reactos / subsystems / win32 / win32k / include / inteng.h
index 515c878..dc0bc98 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef _WIN32K_INTENG_H
-#define _WIN32K_INTENG_H
+#pragma once
 
 typedef ULONG HCLIP;
 
@@ -190,5 +189,3 @@ IntEngCopyBits(SURFOBJ *psoDest,
            XLATEOBJ *pxlo,
            RECTL *prclDest,
            POINTL *ptlSource);
-
-#endif /* _WIN32K_INTENG_H */