1
0

Moved stdarg.h inclusion into Globals.h

git-svn-id: http://mc-server.googlecode.com/svn/trunk@289 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
madmaxoft@gmail.com 2012-02-18 17:47:27 +00:00
parent d2b229d227
commit b173748c45
3 changed files with 1 additions and 5 deletions

View File

@ -69,6 +69,7 @@
#include <assert.h>
#include <stdio.h>
#include <math.h>
#include <stdarg.h>

View File

@ -10,7 +10,6 @@
#include <sqplus/SquirrelObject.h>
#include <../squirrel/sqstate.h>
#include <../squirrel/sqvm.h>
#include <stdarg.h>
#include "cPlugin.h"
#include "cPluginManager.h"

View File

@ -11,10 +11,6 @@
#ifndef _WIN32
#include <stdarg.h>
#endif
typedef std::string AString;