[YAROTOWS] Reintegrate the branch. For a brighter future.
[reactos.git] / reactos / subsystems / win32 / win32k / include / cliprgn.h
index 1dfca64..aef5998 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __WIN32K_CLIPRGN_H
-#define __WIN32K_CLIPRGN_H
+#pragma once
 
 #include <include/dc.h>
 #include <include/region.h>
@@ -10,5 +9,3 @@ INT FASTCALL IntGdiExtSelectClipRgn (PDC, PROSRGNDATA, int);
 INT FASTCALL GdiGetClipBox(HDC hDC, RECTL *rc);
 INT FASTCALL GdiSelectVisRgn(HDC hdc, HRGN hrgn);
 INT FASTCALL GdiExtSelectClipRgn (PDC dc, HRGN hrgn, int fnMode);
-
-#endif /* not __WIN32K_CLIPRGN_H */