#include <stdio.h>
#include "wx/wx.h"
-#if USE_HELP
+#if wxUSE_HELP
#include "wx/helpbase.h"
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
#include "wx/dde.h"
#else
// Or whatever it'll be called
// wxHelp process and the application
class WXDLLEXPORT wxXLPHelpConnection: public
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
wxDDEConnection
#else
wxTCPConnection
// controlling the wxHelp process
class WXDLLEXPORT wxXLPHelpClient: public
-#ifdef __WINDOWS__
+#ifdef __WXMSW__
wxDDEClient
#else
wxTCPClient
wxXLPHelpClient helpClient;
};
-#endif // USE_HELP
+#endif // wxUSE_HELP
#endif
// __HELPXLPH__