include wx/utils.h in PCH-less build to ensure that we get the correct (DLL-exported...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Mar 2007 17:21:40 +0000 (17:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Mar 2007 17:21:40 +0000 (17:21 +0000)
commitc43507b0fed02bf204b524b953ce7c9794ed250f
tree2bf061864178b332d2a270762d5d40dfbc60d4b0
parent56d152b225a27c529779ed1f02a0f22878c0de04
include wx/utils.h in PCH-less build to ensure that we get the correct (DLL-exported) declaration of wxHandleFatalExceptions() as otherwise it was silently not exported (patch 1674514)

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