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:
reed@reedloden.com 2008-03-12 03:46:41 -07:00
Родитель 560e5b1ab9
Коммит f41a2f56eb
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

@ -42,9 +42,12 @@
#include "nsIDragSession.h"
#include <ole2.h>
#include <shlobj.h>
#ifndef WINCE
#ifndef IDropTargetHelper
#ifndef __MINGW32__ // MingW does not provide shobjidl.h.
#include <shobjidl.h> // Vista drag image interfaces
#endif // MingW
#endif
#endif // WINCE