@@ -166,9 +166,6 @@ int main(void) { return 0; }
166
166
#ifdef HAVE_IOCTLSOCKET
167
167
/* includes start */
168
168
#ifdef _WIN32
169
- # ifndef WIN32_LEAN_AND_MEAN
170
- # define WIN32_LEAN_AND_MEAN
171
- # endif
172
169
# include <winsock2.h>
173
170
#endif
174
171
int main (void )
@@ -185,9 +182,6 @@ int main(void)
185
182
#ifdef HAVE_IOCTLSOCKET_CAMEL
186
183
/* includes start */
187
184
#ifdef _WIN32
188
- # ifndef WIN32_LEAN_AND_MEAN
189
- # define WIN32_LEAN_AND_MEAN
190
- # endif
191
185
# include <winsock2.h>
192
186
#endif
193
187
int main (void )
@@ -203,9 +197,6 @@ int main(void)
203
197
#ifdef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
204
198
/* includes start */
205
199
#ifdef _WIN32
206
- # ifndef WIN32_LEAN_AND_MEAN
207
- # define WIN32_LEAN_AND_MEAN
208
- # endif
209
200
# include <winsock2.h>
210
201
#endif
211
202
int main (void )
@@ -222,9 +213,6 @@ int main(void)
222
213
#ifdef HAVE_IOCTLSOCKET_FIONBIO
223
214
/* includes start */
224
215
#ifdef _WIN32
225
- # ifndef WIN32_LEAN_AND_MEAN
226
- # define WIN32_LEAN_AND_MEAN
227
- # endif
228
216
# include <winsock2.h>
229
217
#endif
230
218
int main (void )
@@ -297,9 +285,6 @@ int main(void)
297
285
#ifdef HAVE_SETSOCKOPT_SO_NONBLOCK
298
286
/* includes start */
299
287
#ifdef _WIN32
300
- # ifndef WIN32_LEAN_AND_MEAN
301
- # define WIN32_LEAN_AND_MEAN
302
- # endif
303
288
# include <winsock2.h>
304
289
#endif
305
290
/* includes start */
@@ -410,9 +395,6 @@ int main(void)
410
395
#ifdef HAVE_WIN32_WINNT
411
396
/* includes start */
412
397
#ifdef _WIN32
413
- # ifndef WIN32_LEAN_AND_MEAN
414
- # define WIN32_LEAN_AND_MEAN
415
- # endif
416
398
# ifndef NOGDI
417
399
# define NOGDI
418
400
# endif
0 commit comments