Remove #ifdefs supporting old Visual Studio versions.

This commit is contained in:
Sasha Szpakowski
2022-12-26 22:22:14 -04:00
parent ad96fa6668
commit 7137c3ffb7
4 changed files with 4 additions and 27 deletions
-6
View File
@@ -33,12 +33,6 @@
#ifdef LOVE_WINDOWS
#include <windows.h>
#if defined(_MSC_VER) && (_MSC_VER < 1900)
// VS 2013 and earlier doesn't have snprintf
#define snprintf sprintf_s
#endif // defined(_MSC_VER) && (_MSC_VER < 1900)
#endif // LOVE_WINDOWS
#ifdef LOVE_ANDROID