no special workaround needed for MSVC2015
This commit is contained in:
parent
84f0a9dbda
commit
585b57b202
@ -4,11 +4,7 @@
|
||||
*/
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if _MSC_VER >= 1900
|
||||
#include <../ucrt/limits.h>
|
||||
#else
|
||||
#include <../include/limits.h>
|
||||
#endif
|
||||
#else
|
||||
#include_next <limits.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user