- Move from using include guards to pragma once.
[reactos.git] / reactos / dll / directx / ddraw / rosdraw.h
index f38172e..6cb0f20 100644 (file)
@@ -1,5 +1,4 @@
-#ifndef __DDRAW_PRIVATE
-#define __DDRAW_PRIVATE
+#pragma once
 
 /********* Includes  *********/
 #include <windows.h>
@@ -283,5 +282,3 @@ VOID Hal_DirectDraw_Release (LPDIRECTDRAW7);
     #define DX_STUB_str(x) //
 
 #endif
-
-#endif /* __DDRAW_PRIVATE */