aygshell is available on PocketPC and sometimes needed

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26727 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2004-04-12 21:00:42 +00:00
parent 13f6e9e8e1
commit 9b58bfecd8

View File

@ -29,6 +29,8 @@
#elif defined(WIN32_PLATFORM_PSPC)
// DoDragDrop:
#pragma comment(lib,"ceshell.lib")
#pragma comment(lib,"aygshell.lib")
#else
#error "Unknown SDK, please fill-in missing pieces"
#endif