diff options
author | Brent Cook <bcook@openbsd.org> | 2015-12-02 08:23:51 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-12-02 08:39:22 -0600 |
commit | 585b57b202cba4f3b84a4a7d96f1143b7f0114d5 (patch) | |
tree | dd44955b391df2dd990e5f936b247c50145b9396 /include/compat | |
parent | 84f0a9dbda1a0cae81299550757cd6ac8d349b67 (diff) | |
download | portable-585b57b202cba4f3b84a4a7d96f1143b7f0114d5.tar.gz portable-585b57b202cba4f3b84a4a7d96f1143b7f0114d5.tar.bz2 portable-585b57b202cba4f3b84a4a7d96f1143b7f0114d5.zip |
no special workaround needed for MSVC2015
Diffstat (limited to 'include/compat')
-rw-r--r-- | include/compat/limits.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/compat/limits.h b/include/compat/limits.h index 18cabf1..a3a04a5 100644 --- a/include/compat/limits.h +++ b/include/compat/limits.h | |||
@@ -4,11 +4,7 @@ | |||
4 | */ | 4 | */ |
5 | 5 | ||
6 | #ifdef _MSC_VER | 6 | #ifdef _MSC_VER |
7 | #if _MSC_VER >= 1900 | ||
8 | #include <../ucrt/limits.h> | ||
9 | #else | ||
10 | #include <../include/limits.h> | 7 | #include <../include/limits.h> |
11 | #endif | ||
12 | #else | 8 | #else |
13 | #include_next <limits.h> | 9 | #include_next <limits.h> |
14 | #endif | 10 | #endif |