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