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 <vector>
#include <algorithm>
#ifdef WIN32
#ifdef _WIN32
#ifndef __MINGW32__
#include <hash_map>
#define STDEXT stdext