diff options
Diffstat (limited to 'dispatch/d3d9imports.hpp')
-rw-r--r-- | dispatch/d3d9imports.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dispatch/d3d9imports.hpp b/dispatch/d3d9imports.hpp index b4e81873..675430ba 100644 --- a/dispatch/d3d9imports.hpp +++ b/dispatch/d3d9imports.hpp @@ -27,8 +27,7 @@ * Central place for all D3D9 includes, and respective OS dependent headers. */ -#ifndef _D3D9IMPORTS_HPP_ -#define _D3D9IMPORTS_HPP_ +#pragma once #include <windows.h> @@ -99,4 +98,3 @@ #endif -#endif /* _D3D9IMPORTS_HPP_ */ |