mirror of
https://github.com/glest/glest-source.git
synced 2025-09-26 07:28:59 +02:00
- compiler fixes for windows
This commit is contained in:
@@ -14,15 +14,10 @@
|
||||
#include <assert.h>
|
||||
|
||||
#include "noimpl.h"
|
||||
#include "platform_common.h"
|
||||
|
||||
using namespace std;
|
||||
|
||||
#ifdef WIN32
|
||||
|
||||
#define snprintf _snprintf
|
||||
|
||||
#endif
|
||||
|
||||
namespace Shared{ namespace Platform{
|
||||
|
||||
// =====================================
|
||||
|
Reference in New Issue
Block a user