mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- compiler fix for win32 build
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
|
||||
#include "leak_dumper.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
|
||||
namespace Shared{ namespace Util{
|
||||
|
Reference in New Issue
Block a user