diff options
Diffstat (limited to 'libtls-standalone/include')
| -rw-r--r-- | libtls-standalone/include/string.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libtls-standalone/include/string.h b/libtls-standalone/include/string.h index eabc4c4..f0a0711 100644 --- a/libtls-standalone/include/string.h +++ b/libtls-standalone/include/string.h | |||
| @@ -7,7 +7,11 @@ | |||
| 7 | #define LIBCRYPTOCOMPAT_STRING_H | 7 | #define LIBCRYPTOCOMPAT_STRING_H |
| 8 | 8 | ||
| 9 | #ifdef _MSC_VER | 9 | #ifdef _MSC_VER |
| 10 | #if _MSC_VER >= 1900 | ||
| 11 | #include <../ucrt/string.h> | ||
| 12 | #else | ||
| 10 | #include <../include/string.h> | 13 | #include <../include/string.h> |
| 14 | #endif | ||
| 11 | #else | 15 | #else |
| 12 | #include_next <string.h> | 16 | #include_next <string.h> |
| 13 | #endif | 17 | #endif |
