projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
clarified that bakefile_gen is the tool to use, not bakefile
[wxWidgets.git]
/
src
/
gtk1
/
dnd.cpp
diff --git
a/src/gtk1/dnd.cpp
b/src/gtk1/dnd.cpp
index d8487a913b1c8411ddc7febed532f7e084b4c0a7..2181646be5aa88eb64dd8c612b33e93d6ec91f2b 100644
(file)
--- a/
src/gtk1/dnd.cpp
+++ b/
src/gtk1/dnd.cpp
@@
-7,12
+7,17
@@
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "dnd.h"
#endif
#pragma implementation "dnd.h"
#endif
-#include "wx/dnd.h"
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+#include "wx/dnd.h"
+#include "wx/log.h"
+
+
#if wxUSE_DRAG_AND_DROP
#include "wx/window.h"
#if wxUSE_DRAG_AND_DROP
#include "wx/window.h"