summaryrefslogtreecommitdiffstats
path: root/src/graphics/d3d/d3denum.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/d3d/d3denum.h')
-rw-r--r--src/graphics/d3d/d3denum.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/graphics/d3d/d3denum.h b/src/graphics/d3d/d3denum.h
index e728ffb..0086d57 100644
--- a/src/graphics/d3d/d3denum.h
+++ b/src/graphics/d3d/d3denum.h
@@ -21,8 +21,9 @@
//
// Copyright (c) 1997-1999 Microsoft Corporation. All rights reserved
//-----------------------------------------------------------------------------
-#ifndef D3DENUM_H
-#define D3DENUM_H
+
+#pragma once
+
#include <d3d.h>
@@ -130,7 +131,3 @@ HRESULT D3DEnum_UserChangeDevice( D3DEnum_DeviceInfo** ppDevice );
-#endif // D3DENUM_H
-
-
-