projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added missing WXDLLEXPORT
[wxWidgets.git]
/
src
/
os2
/
taskbar.cpp
diff --git
a/src/os2/taskbar.cpp
b/src/os2/taskbar.cpp
index f9b432aa2bc73ce3aa2ed7fe945eff144aa9771d..72efa807d3b965454e2b958510b5122454d72994 100644
(file)
--- a/
src/os2/taskbar.cpp
+++ b/
src/os2/taskbar.cpp
@@
-342,7
+342,6
@@
MRESULT wxTaskBarIcon::WindowProc( WXHWND hWnd, UINT msg, MPARAM wParam, MPARAM
default:
break;
}
-*/
if (eventType)
{
wxEvent event;
@@
-351,6
+350,7
@@
MRESULT wxTaskBarIcon::WindowProc( WXHWND hWnd, UINT msg, MPARAM wParam, MPARAM
ProcessEvent(event);
}
+*/
return 0;
}