mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
- fixing more stupid windows compile issues
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#define snprintf _snprintf
|
||||
|
||||
#endif
|
||||
|
||||
namespace Shared{ namespace Platform{
|
||||
|
||||
// =====================================
|
||||
|
Reference in New Issue
Block a user