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:
Branimir Karadžić 2014-11-25 20:17:51 -08:00
commit 595e63d3e3

View file

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