urgh, windows

This commit is contained in:
darkrose 2015-04-12 18:48:48 +10:00
parent a13ab57f86
commit 23357e4416
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@
#include "intl.h"
#include "path.h"
#ifdef _MSC_VER
#define snprintf _snprintf
#endif
typedef struct intl_s {
void *mo_data;
int inv_endian;