- 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
1 changed files with 6 additions and 0 deletions

View File

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