зеркало из https://github.com/mozilla/gecko-dev.git
Bug 405256 - "Compile error in nsNativeDragTarget.h with MingW GCC because of missing shobjidl.h" [p=bengt.erik.soderstrom@telia.com (Bengt-Erik Soderstrom) r=bsmedberg a1.9=damons]
This commit is contained in:
Родитель
560e5b1ab9
Коммит
f41a2f56eb
|
@ -42,9 +42,12 @@
|
||||||
#include "nsIDragSession.h"
|
#include "nsIDragSession.h"
|
||||||
#include <ole2.h>
|
#include <ole2.h>
|
||||||
#include <shlobj.h>
|
#include <shlobj.h>
|
||||||
#ifndef WINCE
|
|
||||||
|
#ifndef WINCE
|
||||||
#ifndef IDropTargetHelper
|
#ifndef IDropTargetHelper
|
||||||
|
#ifndef __MINGW32__ // MingW does not provide shobjidl.h.
|
||||||
#include <shobjidl.h> // Vista drag image interfaces
|
#include <shobjidl.h> // Vista drag image interfaces
|
||||||
|
#endif // MingW
|
||||||
#endif
|
#endif
|
||||||
#endif // WINCE
|
#endif // WINCE
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче