From 10aeb83a69eac0b07b2d6f38eddefb4fe4fd14ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 14 Dec 2014 16:43:39 -0800 Subject: [PATCH] Removed psapi.h from non-windows builds. --- src/renderdoc.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/renderdoc.cpp b/src/renderdoc.cpp index a5677da50..c6f0a584f 100644 --- a/src/renderdoc.cpp +++ b/src/renderdoc.cpp @@ -6,7 +6,9 @@ #include "bgfx_p.h" #if BGFX_CONFIG_DEBUG_PIX -# include +# if BX_PLATFORM_WINDOWS +# include +# endif // BX_PLATFORM_WINDOWS # include namespace bgfx