mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-27 03:36:39 +00:00
MinGW fixes
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24345 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1833d310af
commit
1609246e19
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
#ifdef Q_WS_WIN
|
#ifdef Q_WS_WIN
|
||||||
#include <QWindowsMime>
|
#include <QWindowsMime>
|
||||||
#ifdef Q_CYGWIN_WIN
|
#if defined(Q_CYGWIN_WIN) || defined(Q_CC_MINGW)
|
||||||
#include <wtypes.h>
|
#include <wtypes.h>
|
||||||
#endif
|
#endif
|
||||||
#include <objidl.h>
|
#include <objidl.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user