mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- compiler fixes for windows
This commit is contained in:
@@ -14,13 +14,9 @@
|
||||
#include <stdexcept>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
|
||||
#include "platform_common.h"
|
||||
#include "leak_dumper.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Shared{ namespace Util{
|
||||
|
Reference in New Issue
Block a user