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
/
taskbar.cpp
diff --git
a/src/palmos/taskbar.cpp
b/src/palmos/taskbar.cpp
index c6e8d52f8fc1c8fc47753c4ebaa0a8a6e954e503..5bdb1f85510ec0e043e7d507ed669944ed0475d2 100644
(file)
--- a/
src/palmos/taskbar.cpp
+++ b/
src/palmos/taskbar.cpp
@@
-1,5
+1,5
@@
/////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////
-// File: taskbar.cpp
+// File:
src/palmos/
taskbar.cpp
// Purpose: Implements wxTaskBarIcon class for manipulating icons on
// the task bar.
// Author: Julian Smart
// Purpose: Implements wxTaskBarIcon class for manipulating icons on
// the task bar.
// Author: Julian Smart
@@
-14,15
+14,16
@@
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#include "wx/wxprec.h"
#ifdef __BORLANDC__
-#pragma hdrstop
+
#pragma hdrstop
#endif
#endif
+#if wxUSE_TASKBARICON
+
#ifndef WX_PRECOMP
#ifndef WX_PRECOMP
-#include "wx/defs.h"
-#include "wx/window.h"
-#include "wx/frame.h"
-#include "wx/utils.h"
-#include "wx/menu.h"
+ #include "wx/window.h"
+ #include "wx/frame.h"
+ #include "wx/utils.h"
+ #include "wx/menu.h"
#endif
#if defined(__WIN95__)
#endif
#if defined(__WIN95__)
@@
-108,3
+109,4
@@
long wxTaskBarIcon::WindowProc(unsigned int msg,
#endif // __WIN95__
#endif // __WIN95__
+#endif // wxUSE_TASKBARICON