projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Do not emit a wxEVT_COMMAND_TEXT_UPDATED when the tab key is lifted (otherwise each...
[wxWidgets.git]
/
src
/
gtk
/
pen.cpp
diff --git
a/src/gtk/pen.cpp
b/src/gtk/pen.cpp
index 7fb6e0cd0d8bc15580572d8eb8532672e550707c..ee89ada46a7c12bbc16bdac46148e2573f00e1ac 100644
(file)
--- a/
src/gtk/pen.cpp
+++ b/
src/gtk/pen.cpp
@@
-8,10
+8,13
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "pen.h"
#endif
#pragma implementation "pen.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/pen.h"
#include "wx/colour.h"
#include "wx/pen.h"
#include "wx/colour.h"