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 <vector>
|
||||
#include <algorithm>
|
||||
#ifdef WIN32
|
||||
#ifdef _WIN32
|
||||
#ifndef __MINGW32__
|
||||
#include <hash_map>
|
||||
#define STDEXT stdext
|
||||
|
|
Loading…
Reference in New Issue