[VGA]
[reactos.git] / reactos / win32ss / drivers / miniport / vga_new / vbe.h
index 7cee0c6..0035272 100644 (file)
@@ -6,6 +6,7 @@
  * PROGRAMMERS:     ReactOS Portable Systems Group
  */
 
+#pragma once
 
 #define LOWORD(l)      ((USHORT)((ULONG_PTR)(l)))
 #define HIWORD(l)      ((USHORT)(((ULONG_PTR)(l)>>16)&0xFFFF))