mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-18 04:53:06 +01:00
Fixed VS build.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user