Noise: Prevent unittest crash caused by division by zero
[oweals/minetest.git] / src / socket.cpp
index d0ab16cab0af9228479bde80a459f2dbce5e8d49..0bd2702a194b6c6e80a34121dc9092706b9684f1 100644 (file)
@@ -34,9 +34,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "log.h"
 
 #ifdef _WIN32
-       #ifndef WIN32_LEAN_AND_MEAN
-               #define WIN32_LEAN_AND_MEAN
-       #endif
        // Without this some of the network functions are not found on mingw
        #ifndef _WIN32_WINNT
                #define _WIN32_WINNT 0x0501