projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
correction to last commit: don't test unsetenv() return value, it's void under Darwin
[wxWidgets.git]
/
src
/
msw
/
taskbar.cpp
diff --git
a/src/msw/taskbar.cpp
b/src/msw/taskbar.cpp
index 3ed327f6271c4bb8361e82309c358e227621dd32..0a6277803fba8dfd6c30c723d6e130b9561d1cc2 100644
(file)
--- a/
src/msw/taskbar.cpp
+++ b/
src/msw/taskbar.cpp
@@
-17,6
+17,8
@@
#pragma hdrstop
#endif
+#if wxUSE_TASKBARICON
+
#ifndef WX_PRECOMP
#include "wx/window.h"
#include "wx/frame.h"
@@
-288,3
+290,6
@@
long wxTaskBarIcon::WindowProc(unsigned int msg,
return 0;
}
+
+#endif // wxUSE_TASKBARICON
+