Skip to content

Commit

Permalink
Land #964
Browse files Browse the repository at this point in the history
  • Loading branch information
botovq committed Dec 12, 2023
2 parents 4ba6cdc + 529f90d commit 0d8aa3e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crypto/compat/posix_win.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#define NO_REDEF_POSIX_FUNCTIONS

#include <windows.h>
#include <ws2tcpip.h>
#include <windows.h>

#include <errno.h>
#include <fcntl.h>
Expand Down
Empty file modified include/compat/pthread.h
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion include/compat/stdio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0d8aa3e

Please sign in to comment.