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]

git-svn-id: svn://10.0.0.236/trunk@247614 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
reed%reedloden.com 2008-03-12 10:46:41 +00:00
parent e819c2790c
commit faa9fcf92c

View File

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