]> git.saurik.com Git - wxWidgets.git/commit
Fix compilation of newly added msw/evtloopconsole.cpp without PCH.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2012 11:42:28 +0000 (11:42 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 11 Jul 2012 11:42:28 +0000 (11:42 +0000)
commit3c0ab45424e08e419c64151b304b833bf6a742b4
treeae8d9fbf0daebcef365c9d6067d5b9412dee19aa
parent33a190beb66047d52ea31dbbf5f09ce752a03487
Fix compilation of newly added msw/evtloopconsole.cpp without PCH.

Include <windows.h> and "wx/log.h" explicitly when not using PCH.

Closes #14475.

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