- bigfix for windows compile

This commit is contained in:
Mark Vejvoda 2010-08-27 23:04:59 +00:00
parent a9b0f31816
commit 20a02c28ed

View File

@ -29,6 +29,12 @@ using namespace std;
using namespace Shared::Platform;
using namespace Shared::Util;
#ifdef WIN32
#define snprintf _snprintf
#endif
namespace Glest{ namespace Game{
// =====================================================