summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/configure/configure_pch.h25
1 files changed, 1 insertions, 24 deletions
diff --git a/tools/configure/configure_pch.h b/tools/configure/configure_pch.h
index 6f601c7c29..0831364fe1 100644
--- a/tools/configure/configure_pch.h
+++ b/tools/configure/configure_pch.h
@@ -39,34 +39,11 @@
**
****************************************************************************/
-#if (defined(_WIN32) || defined(__NT__))
-# define QT_UNDEF_MACROS_IN_PCH
-# define _WINSCARD_H_
-# define _POSIX_ /* Make sure PATH_MAX et al. are defined */
-# include <limits.h>
-# undef _POSIX_ /* Don't polute */
-
- /* Make sure IP v6 is defined first of all, before windows.h */
-# include <winsock2.h>
-# include <stdlib.h>
-#endif
-
-#if defined __cplusplus
+#include <qplatformdefs.h>
#include <qglobal.h>
#include <qlist.h>
#include <qvariant.h> // All moc genereated code has this include
-#include <qplatformdefs.h>
#include <qregexp.h>
#include <qstring.h>
#include <qstringlist.h>
#include <qtextcodec.h>
-
-#include <limits.h>
-#include <stdlib.h>
-#endif
-
-#if defined(QT_UNDEF_MACROS_IN_PCH)
-# undef max /* These are defined in windef.h, but */
-# undef min /* we don't want them when building Qt */
-# undef _WINSCARD_H_
-#endif