mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
Land #964
This commit is contained in:
0
include/compat/pthread.h
Executable file → Normal file
0
include/compat/pthread.h
Executable file → Normal file
@@ -44,7 +44,7 @@ int posix_rename(const char *oldpath, const char *newpath);
|
||||
#define rename(oldpath, newpath) posix_rename(oldpath, newpath)
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#if defined(_MSC_VER) && _MSC_VER < 1900
|
||||
#define snprintf _snprintf
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user