- compiler fixes for windows

This commit is contained in:
Mark Vejvoda
2011-09-25 23:27:26 +00:00
parent da8e9d2af0
commit 64d1e696b0
4 changed files with 7 additions and 14 deletions

View File

@@ -14,15 +14,10 @@
#include <assert.h>
#include "noimpl.h"
#include "platform_common.h"
using namespace std;
#ifdef WIN32
#define snprintf _snprintf
#endif
namespace Shared{ namespace Platform{
// =====================================