diff options
Diffstat (limited to 'tools/configure/configure_pch.h')
-rw-r--r-- | tools/configure/configure_pch.h | 27 |
1 files changed, 1 insertions, 26 deletions
diff --git a/tools/configure/configure_pch.h b/tools/configure/configure_pch.h index 596a743..87215d4 100644 --- a/tools/configure/configure_pch.h +++ b/tools/configure/configure_pch.h @@ -39,36 +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 */ -# ifndef QT_NO_IPV6 -# include <winsock2.h> -# endif -# 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 |