mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-28 18:45:54 -05:00
Merge pull request #193 from dariomanesku/master
Removed redundant NOMINMAX define as it's now defined in 'bx/platform.h'...
This commit is contained in:
commit
595e63d3e3
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ bool g_verbose = false;
|
|||
#include <bx/bx.h>
|
||||
#include <bx/debug.h>
|
||||
|
||||
#define NOMINMAX
|
||||
#include <alloca.h>
|
||||
#include <stdio.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Reference in a new issue