Skip to content
Snippets Groups Projects
Unverified Commit b5c204ac authored by bunnei's avatar bunnei Committed by GitHub
Browse files

Merge pull request #362 from lioncash/snprintf

common_funcs: Remove check for VS versions that we don't even support
parents 701dd649 902fc61e
No related branches found
No related tags found
No related merge requests found
......@@ -72,11 +72,6 @@ inline u64 _rotr64(u64 x, unsigned int shift) {
#else // _MSC_VER
#if (_MSC_VER < 1900)
// Function Cross-Compatibility
#define snprintf _snprintf
#endif
// Locale Cross-Compatibility
#define locale_t _locale_t
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment