allow using wxTaskBarIcon under Win95 by loading Shell_NotifyIcon() dynamically ...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Sep 2007 18:28:04 +0000 (18:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 21 Sep 2007 18:28:04 +0000 (18:28 +0000)
commit6f9822faf4fadd0fe6846c52207a3e5261a34278
tree2fd04ed136eda6ff4120e239a9adc661c7841cc7
parentde414223ab83187113388a167dc5fa391cc9e166
allow using wxTaskBarIcon under Win95 by loading Shell_NotifyIcon() dynamically (more importantly, allow applications using to start up under Win95 as they didn't without it)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/taskbar.cpp