Fixed VS build.

This commit is contained in:
Branimir Karadžić
2017-01-15 09:47:00 -08:00
parent 859d487c1d
commit 008c3bf922
2 changed files with 4 additions and 4 deletions

View File

@@ -15,10 +15,6 @@
#include <bx/allocator.h>
#include <bx/hash.h>
#ifndef va_copy
# define va_copy(_a, _b) (_a) = (_b)
#endif // va_copy
namespace bx
{
bool toBool(const char* _str)