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