comparison src/os/win32/ngx_win32_config.h @ 6859:38df52d4e250

Win32: minimized redefinition of ssize_t. All variants of GCC have ssize_t available, there is no need to redefine it.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 24 Dec 2016 18:01:14 +0300
parents f39ceadf0441
children f18c285c2e59
comparison
equal deleted inserted replaced
6858:f39ceadf0441 6859:38df52d4e250
183 typedef unsigned int ino_t; 183 typedef unsigned int ino_t;
184 184
185 #endif 185 #endif
186 186
187 187
188 #ifndef __MINGW64_VERSION_MAJOR 188 #ifndef __GNUC__
189 typedef int ssize_t; 189 typedef int ssize_t;
190 #endif 190 #endif
191 191
192 192
193 typedef uint32_t in_addr_t; 193 typedef uint32_t in_addr_t;