Fixed VS build.

This commit is contained in:
Branimir Karadžić
2017-01-08 16:57:40 -08:00
parent 9d6b6f990b
commit 3366b25c70

View File

@@ -5,6 +5,7 @@
#include <bx/os.h>
#include <bx/uint32_t.h>
#include <bx/string.h>
#if BX_PLATFORM_WINDOWS || BX_PLATFORM_WINRT
# include <windows.h>
@@ -416,7 +417,7 @@ namespace bx
);
}
bool ok = CreateProcessA(_argv[0]
bool ok = !!CreateProcessA(_argv[0]
, temp
, NULL
, NULL