Noise: Prevent unittest crash caused by division by zero
[oweals/minetest.git] / src / database-postgresql.cpp
index 3c54f48d1e8318a50e43e4cba82153b4eb127933..78f59419f15d304bcf638409ab15075c6b753a1d 100644 (file)
@@ -23,9 +23,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "database-postgresql.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