mirror of
https://github.com/glest/glest-source.git
synced 2025-08-14 04:13:58 +02:00
- fixed windows build
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
#include "game_constants.h"
|
#include "game_constants.h"
|
||||||
#include "xml_parser.h"
|
#include "xml_parser.h"
|
||||||
#include "conversion.h"
|
#include "conversion.h"
|
||||||
|
#include "platform_common.h"
|
||||||
#include "leak_dumper.h"
|
#include "leak_dumper.h"
|
||||||
|
|
||||||
|
|
||||||
|
@@ -60,6 +60,11 @@ typedef uint16_t port_t;
|
|||||||
#define TRUE 1
|
#define TRUE 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (defined WIN32) && !(defined snprintf)
|
||||||
|
#define snprintf _snprintf
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user