Commit 007039ea authored by Joerg Bornemann's avatar Joerg Bornemann
Browse files

Don't include <windows.h> in the Windows CE qplatformdefs.h


This header defines "interface" which will break compilation of dbus.

Change-Id: I16fa35f822adca14304aa827b047358409d4a150
Reviewed-by: default avatarOswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Reviewed-by: default avatarOliver Wolff <oliver.wolff@theqtcompany.com>
parent 76f6ceec
No related merge requests found
Showing with 0 additions and 1 deletion
...@@ -52,7 +52,6 @@ ...@@ -52,7 +52,6 @@
#include <tchar.h> #include <tchar.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <windows.h>
#ifdef QT_LARGEFILE_SUPPORT #ifdef QT_LARGEFILE_SUPPORT
#define QT_STATBUF struct _stati64 // non-ANSI defs #define QT_STATBUF struct _stati64 // non-ANSI defs
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment