From 3366b25c70efc69a394bfa80ae0bcc9613ef06c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 8 Jan 2017 16:57:40 -0800 Subject: [PATCH] Fixed VS build. --- src/os.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/os.cpp b/src/os.cpp index ec5df09..524cadf 100644 --- a/src/os.cpp +++ b/src/os.cpp @@ -5,6 +5,7 @@ #include #include +#include #if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT # include @@ -416,7 +417,7 @@ namespace bx ); } - bool ok = CreateProcessA(_argv[0] + bool ok = !!CreateProcessA(_argv[0] , temp , NULL , NULL