Skip to content

Commit 0088a4e

Browse files
dschoGit for Windows Build Agent
authored andcommitted
fixup??? win32: ensure that localtime_r() is declared even in i686 builds
Header refactoring. (๑-﹏-๑) Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 7c8ee03 commit 0088a4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compat/posix.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
#define UNUSED
4646
#endif
4747

48-
#ifdef __MINGW64__
48+
#if defined(__MINGW32__) || defined(__MINGW64__)
4949
#define _POSIX_C_SOURCE 1
5050
#elif defined(__sun__)
5151
/*

0 commit comments

Comments
 (0)