projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Rename delegates to try and stop name clashes, probably with wxWebKitCtrl.
[wxWidgets.git]
/
src
/
palmos
/
help.cpp
diff --git
a/src/palmos/help.cpp
b/src/palmos/help.cpp
index 40d91a484ea86625cd2479b0d95be40a4941d517..e2af8e10a6db6f5e807dc15b5ef8dc4ac5ee22af 100644
(file)
--- a/
src/palmos/help.cpp
+++ b/
src/palmos/help.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////
-// Name: src/palmos/help
win
.cpp
+// Name: src/palmos/help.cpp
// Purpose: Help system: WinHelp implementation
// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
// Purpose: Help system: WinHelp implementation
// Author: William Osborne - minimal working wxPalmOS port
// Modified by:
@@
-16,20
+16,13
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
+#if wxUSE_HELP
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
-#include "wx/defs.h"
#endif
#endif
-#if wxUSE_HELP
-
#include "wx/filefn.h"
#include "wx/filefn.h"
-#include <time.h>
-
-#include "wx/palmos/private.h"
-
-#include <string.h>
-
IMPLEMENT_DYNAMIC_CLASS(wxWinHelpController, wxHelpControllerBase)
IMPLEMENT_DYNAMIC_CLASS(wxWinHelpController, wxHelpControllerBase)