[mingw-qt: 20/65] use qt_windows.h instead of windows.h

epienbro epienbro at fedoraproject.org
Tue Mar 6 21:28:26 UTC 2012


commit 0066e27d73600e1c297af388b0ae90aabfc4aa40
Author: sailer <sailer at fedoraproject.org>
Date:   Mon Nov 16 22:59:39 2009 +0000

    use qt_windows.h instead of windows.h

 qplatformdefs.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/qplatformdefs.h b/qplatformdefs.h
index 30e5945..7846de7 100644
--- a/qplatformdefs.h
+++ b/qplatformdefs.h
@@ -56,7 +56,7 @@
 #include <errno.h>
 #include <sys/stat.h>
 #include <stdlib.h>
-#include <windows.h>
+#include <qt_windows.h>
 #include <limits.h>
 
 #if !defined(_WIN32_WINNT) || (_WIN32_WINNT-0 < 0x0500)


More information about the scm-commits mailing list