public:
HelpGenApp() {};
+#if wxUSE_GUI
bool OnInit();
+#else
+ int OnRun();
+#endif
};
IMPLEMENT_APP(HelpGenApp);
{
*/
+#if wxUSE_GUI
bool HelpGenApp::OnInit()
+#else
+int HelpGenApp::OnRun()
+#endif
{
enum
{
/*
$Log$
+ Revision 1.10 2000/03/11 10:05:23 VS
+ now compiles with wxBase
+
Revision 1.9 2000/01/16 13:25:21 VS
compilation fixes (gcc)