]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dnd.cpp
explicit scrollbar style flags needed
[wxWidgets.git] / src / motif / dnd.cpp
index f4a9cefec71195a1ed465d0f5002f14fd96d0255..8caa37f18b4912fdc1c8b2c1e6c18ce18ee4e178 100644 (file)
@@ -7,10 +7,13 @@
 // Licence:    wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma implementation "dnd.h"
 #endif
 
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
 #include "wx/setup.h"
 
 #if wxUSE_DRAG_AND_DROP