Win32: fixed building with newer versions of MinGW GCC. Macro to indicate that off_t was defined has been changed, so we now additionally define the new one.
Maxim Dounin
5 years ago
1 changed file(s) with
1 addition(s)
and
0 deletion(s)
.
Raw diff
Collapse all
Expand all
+1
-0
src/os/win32/ngx_win32_config.h
less
more
50
50
51
51
/* GCC MinGW's stdio.h includes sys/types.h */
52
52
#define _OFF_T_
53
#define __have_typedef_off_t
53
54
54
55
#endif
55
56