]> git.saurik.com Git - wxWidgets.git/commit
removed DllMain(): we don't even compile it with any compiler but VC8 and with VC8...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Dec 2005 14:34:12 +0000 (14:34 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 19 Dec 2005 14:34:12 +0000 (14:34 +0000)
commitc8a448977cbe609b4ce8f4092b3c2903556dc514
tree52a18e5ac7cf595dc103d65b191c6ff77e4f716c
parenta44fb285c5ba855d135090567eaa671df4462637
removed DllMain(): we don't even compile it with any compiler but VC8 and with VC8 it results in a crash; we need another way to make it possible to use wx DLL from another DLL, this one is flawed

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