mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-06 13:02:59 +00:00
itoa -> _itoa change for windows
This commit is contained in:
parent
c970132129
commit
cd415e6008
@ -35,6 +35,12 @@
|
||||
#include "../common/features.h"
|
||||
#include "QuestParserCollection.h"
|
||||
|
||||
#ifdef _WINDOWS
|
||||
|
||||
#define itoa _itoa
|
||||
|
||||
#endif
|
||||
|
||||
struct wp_distance
|
||||
{
|
||||
float dist;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user