- fixing more stupid windows compile issues

This commit is contained in:
Mark Vejvoda 2010-08-27 17:25:58 +00:00
parent de82843e73
commit e358df4486

View File

@ -17,6 +17,12 @@
using namespace std; using namespace std;
#ifdef WIN32
#define snprintf _snprintf
#endif
namespace Shared{ namespace Platform{ namespace Shared{ namespace Platform{
// ===================================== // =====================================