Corrected a missing underscore in a preprocessor define check
This commit is contained in:
parent
3f38ad70da
commit
dec8245691
|
@ -29,7 +29,7 @@
|
||||||
//#include <map>
|
//#include <map>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#ifdef WIN32
|
#ifdef _WIN32
|
||||||
#ifndef __MINGW32__
|
#ifndef __MINGW32__
|
||||||
#include <hash_map>
|
#include <hash_map>
|
||||||
#define STDEXT stdext
|
#define STDEXT stdext
|
||||||
|
|
Loading…
Reference in New Issue