projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
best size handling fix
[wxWidgets.git]
/
src
/
gtk
/
threadno.cpp
diff --git
a/src/gtk/threadno.cpp
b/src/gtk/threadno.cpp
index 4ac3f05954e56e85e1a96eb94b923191f27727a7..8907b7d39d881aa6366ed7c3ba219af108a4c15d 100644
(file)
--- a/
src/gtk/threadno.cpp
+++ b/
src/gtk/threadno.cpp
@@
-9,10
+9,13
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "thread.h"
#endif
#pragma implementation "thread.h"
#endif
+// For compilers that support precompilation, includes "wx.h".
+#include "wx/wxprec.h"
+
#include "wx/wx.h"
#include "wx/module.h"
#include "wx/thread.h"
#include "wx/wx.h"
#include "wx/module.h"
#include "wx/thread.h"