code: Remove some old msvc workarounds

This commit is contained in:
GPUCode
2023-12-09 22:16:03 +02:00
parent 9a6d15ab74
commit 6b4ff943da
4 changed files with 0 additions and 20 deletions

View File

@ -46,14 +46,8 @@ __declspec(dllimport) void __stdcall DebugBreak(void);
#endif
#ifdef _MSC_VER
#if (_MSC_VER < 1900)
// Function Cross-Compatibility
#define snprintf _snprintf
#endif
// Locale Cross-Compatibility
#define locale_t _locale_t
#endif // _MSC_VER
#define DECLARE_ENUM_FLAG_OPERATORS(type) \