projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14bc59a
)
oops, make it build with wxbase too.
author
Ron Lee
<ron@debian.org>
Sun, 1 Sep 2002 20:33:06 +0000
(20:33 +0000)
committer
Ron Lee
<ron@debian.org>
Sun, 1 Sep 2002 20:33:06 +0000
(20:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16922
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/msw/utilsexc.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/msw/utilsexc.cpp
b/src/msw/utilsexc.cpp
index c71ce01c5548755465f476237aa334a033269309..db4da1ef05d479f1ce6ca901d9c03da2022e82bc 100644
(file)
--- a/
src/msw/utilsexc.cpp
+++ b/
src/msw/utilsexc.cpp
@@
-33,8
+33,10
@@
#include "wx/app.h"
#include "wx/intl.h"
#include "wx/log.h"
+#if wxUSE_GUI // See 'dirty hack' below.
#include "wx/frame.h"
#endif
+#endif
#ifdef __WIN32__
#include "wx/stream.h"