diff --git a/mozilla/widget/src/windows/nsNativeDragTarget.h b/mozilla/widget/src/windows/nsNativeDragTarget.h index d5adbc01589..4d3eadd61f9 100644 --- a/mozilla/widget/src/windows/nsNativeDragTarget.h +++ b/mozilla/widget/src/windows/nsNativeDragTarget.h @@ -42,9 +42,12 @@ #include "nsIDragSession.h" #include #include -#ifndef WINCE + +#ifndef WINCE #ifndef IDropTargetHelper +#ifndef __MINGW32__ // MingW does not provide shobjidl.h. #include // Vista drag image interfaces +#endif // MingW #endif #endif // WINCE