From 680af178196217bdd255d2bc851f240983144ac1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 10 Jun 2012 00:18:08 +0200 Subject: Fixed include paths and CMakeLists.txt Additionally, changed #ifndef to #pragma once everywhere --- src/graphics/d3d/d3denum.h | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'src/graphics/d3d/d3denum.h') 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 @@ -130,7 +131,3 @@ HRESULT D3DEnum_UserChangeDevice( D3DEnum_DeviceInfo** ppDevice ); -#endif // D3DENUM_H - - - -- cgit v1.2.3-1-g7c22