Added example for the Marmalade platform

This commit is contained in:
gzito
2015-10-08 22:38:37 +02:00
parent b8281d96bd
commit 50b25b6c75
9 changed files with 498 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#endif
#endif
#ifdef _MSC_VER
#if defined(_MSC_VER) && !defined(__S3E__)
#pragma warning (disable: 4505) // unreferenced local function has been removed (stb stuff)
#pragma warning (disable: 4996) // 'This function or variable may be unsafe': strcpy, strdup, sprintf, vsnprintf, sscanf, fopen
#define snprintf _snprintf