itoa -> _itoa change for windows

This commit is contained in:
Arthur Ice 2014-04-18 22:17:28 -07:00
parent c970132129
commit cd415e6008

View File

@ -35,6 +35,12 @@
#include "../common/features.h"
#include "QuestParserCollection.h"
#ifdef _WINDOWS
#define itoa _itoa
#endif
struct wp_distance
{
float dist;