[WIN32SS]
[reactos.git] / reactos / win32ss / drivers / miniport / vga_new / vga.h
index a30baf6..446a493 100644 (file)
@@ -7,6 +7,9 @@
  *                  ReactOS Portable Systems Group
  */
 
+#ifndef _VGA_NEW_PCH_
+#define _VGA_NEW_PCH_
+
 #include <ntdef.h>
 #include <dderror.h>
 #include <miniport.h>
@@ -446,3 +449,5 @@ extern VIDEO_ACCESS_RANGE VgaAccessRange[];
 #define VESA_MAGIC ('V' + ('E' << 8) + ('S' << 16) + ('A' << 24))
 
 #include "vbe.h"
+
+#endif /* _VGA_NEW_PCH_ */