projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
use best size instead of hard coded 80*26 in SetSize(wxSIZE_AUTO)
[wxWidgets.git]
/
src
/
common
/
helpbase.cpp
diff --git
a/src/common/helpbase.cpp
b/src/common/helpbase.cpp
index 8ed3dff2f3d6bb057d770cb8fc03fec0252c7d65..e47a7f7f053ed8758dbe5a17d3b4f1479d01786d 100644
(file)
--- a/
src/common/helpbase.cpp
+++ b/
src/common/helpbase.cpp
@@
-9,7
+9,7
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#if
def __GNUG__
+#if
defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "helpbase.h"
#endif