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