Browse Source

Merge branch 'master' of github.com:bkaradzic/bx

Branimir Karadžić 9 years ago
parent
commit
fd2ce8c2eb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/os.cpp

+ 2 - 1
src/os.cpp

@@ -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