Try and fix compile error on windows.

This commit is contained in:
John Maguire 2011-06-29 11:41:30 +00:00
parent 10af1e6627
commit 964dced58c
1 changed files with 1 additions and 3 deletions

View File

@ -12,7 +12,7 @@
#include <string>
#include <math.h>
#include "File.h"
#ifdef _WIN32
#if defined(_WIN32) && !defined(__MINGW32__)
#define and &&
#define snprintf _snprintf
#endif
@ -94,5 +94,3 @@ protected:
};
#endif