projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
The standalone PyShell and PyCrust apps need to set the focus to the
[wxWidgets.git]
/
demos
/
forty
/
scorefil.h
diff --git
a/demos/forty/scorefil.h
b/demos/forty/scorefil.h
index 1e89904eca9b2a61b471f9e0079fd9ebd1ca2d73..25c1ee717d24ccc311c8616eb2f883316f259f03 100644
(file)
--- a/
demos/forty/scorefil.h
+++ b/
demos/forty/scorefil.h
@@
-15,7
+15,12
@@
#include <wx/config.h>
-class wxConfig;
+#ifdef __WIN16__
+#include <wx/fileconf.h>
+
+#undef wxConfig
+#define wxConfig wxFileConfig
+#endif
class ScoreFile {
public: