summaryrefslogtreecommitdiff
path: root/src/database-postgresql.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/database-postgresql.cpp')
-rw-r--r--src/database-postgresql.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/database-postgresql.cpp b/src/database-postgresql.cpp
index 3c54f48d1..78f59419f 100644
--- a/src/database-postgresql.cpp
+++ b/src/database-postgresql.cpp
@@ -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