Refactor wxMSW helper functions to allow reuse in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2012 20:11:04 +0000 (20:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Jul 2012 20:11:04 +0000 (20:11 +0000)
commit5146904d0fa8439dd7161313872cf86874087426
tree0d4f06ca60284300bf7761eed72986dbcddb1e48
parent6c32fb8f9d6d2506f1dedf14d0eae8d4e30c4cc0
Refactor wxMSW helper functions to allow reuse in wxGTK.

Extract wxMSW-specific part of src/msw/utilsgui.cpp into a new
src/msw/utilswin.cpp file to allow reuse the rest of the former file in wxGTK.

Closes #14424.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72082 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
13 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
src/msw/display.cpp
src/msw/utilsgui.cpp
src/msw/utilswin.cpp [new file with mode: 0644]