Skip to content

Commit

Permalink
fixup??? win32: ensure that localtime_r() is declared even in i686 …
Browse files Browse the repository at this point in the history
…builds

Header refactoring. (๑-﹏-๑)

Signed-off-by: Johannes Schindelin <[email protected]>
  • Loading branch information
dscho authored and Git for Windows Build Agent committed Feb 26, 2025
1 parent 7c8ee03 commit 0088a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compat/posix.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define UNUSED
#endif

#ifdef __MINGW64__
#if defined(__MINGW32__) || defined(__MINGW64__)
#define _POSIX_C_SOURCE 1
#elif defined(__sun__)
/*
Expand Down

0 comments on commit 0088a4e

Please sign in to comment.