Corrected a missing underscore in a preprocessor define check

This commit is contained in:
Paolo Cignoni 2009-01-14 13:33:33 +00:00
parent 3f38ad70da
commit dec8245691
1 changed files with 1 additions and 1 deletions

View File

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