From 15b0086268a33e6469e300da9817f723ade0a588 Mon Sep 17 00:00:00 2001 From: Topi Reinio Date: Thu, 19 Sep 2019 14:17:26 +0200 Subject: Doc: Define doc-specific typedef for Windows type 'IDataObject' Without this, the Clang-parser seems to convert the type to 'int' on non-Windows platforms. Fixes: QTBUG-78551 Change-Id: I3d727fed8be46ef1a25c4fdf2b10fa3429d784ff Reviewed-by: Paul Wicking --- src/winextras/qwinmime.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/winextras/qwinmime.h b/src/winextras/qwinmime.h index f9c450f..df21529 100644 --- a/src/winextras/qwinmime.h +++ b/src/winextras/qwinmime.h @@ -57,6 +57,7 @@ typedef struct _STGMEDIUM {} STGMEDIUM; typedef void *HBITMAP; typedef void *HICON; typedef void *HRGN; +typedef void *IDataObject; #endif class Q_WINEXTRAS_EXPORT QWinMime // Keep in sync with QWindowsMime in the Windows platform plugin. -- cgit v1.2.3