Skip to content
Snippets Groups Projects
Commit c4e11519 authored by Yuri Kunde Schlesner's avatar Yuri Kunde Schlesner
Browse files

Merge pull request #859 from Apology11/master

build with visual studio 2015
parents b6719ec9 af185724
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,10 @@ inline u64 _rotr64(u64 x, unsigned int shift){
}
#else // _MSC_VER
// Function Cross-Compatibility
#define snprintf _snprintf
#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