mirror of
https://github.com/glest/glest-source.git
synced 2025-08-20 23:21:19 +02:00
- bigfix for windows compile
This commit is contained in:
@@ -29,6 +29,12 @@ using namespace std;
|
||||
using namespace Shared::Platform;
|
||||
using namespace Shared::Util;
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#define snprintf _snprintf
|
||||
|
||||
#endif
|
||||
|
||||
namespace Glest{ namespace Game{
|
||||
|
||||
// =====================================================
|
||||
|
Reference in New Issue
Block a user