Fixed mingw32 compilation

This commit is contained in:
xawotihs
2013-12-13 21:27:40 +01:00
parent ec34380668
commit 88095c67b8
3 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
#ifndef _DEBUG_H_
#define _DEBUG_H_
#if ((defined WIN32) || (defined WP8))
#if ((defined WIN32) || (defined WP8)) && !defined(__MINGW32__)
#define snprintf sprintf_s
#endif