mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 22:03:13 +01:00
Fixed VS build.
This commit is contained in:
@@ -7,6 +7,10 @@
|
||||
# error "Must be included from bx/string.h!"
|
||||
#endif // BX_STRING_H_HEADER_GUARD
|
||||
|
||||
#if BX_CRT_MSVC && !defined(va_copy)
|
||||
# define va_copy(_a, _b) (_a) = (_b)
|
||||
#endif // BX_CRT_MSVC && !defined(va_copy)
|
||||
|
||||
namespace bx
|
||||
{
|
||||
template <typename Ty>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user