Don't use native MSW wxHyperlinkCtrl implementation in wxUniv.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 May 2011 15:26:42 +0000 (15:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 23 May 2011 15:26:42 +0000 (15:26 +0000)
commit218697e27b1215e7491e5fd6f0b5d3c5519ee6d2
tree670ac3b2b445a7cffd2ef2d83d1c6aabed1ec4c5
parent2e103d05f12fce296a135f35489b9b52a03de9f7
Don't use native MSW wxHyperlinkCtrl implementation in wxUniv.

Move src/msw/hyperlink.cpp and include/wx/msw/hyperlink.h to
ADVANCED_MSW_NATIVE_SRC/HDR from ADVANCED_MSW_SRC/HDR respectively to ensure
that these files are not used in wxUniv build that uses its own, generic,
versions.

This should fix wxUniv/MSW build as the native files didn't even compile with
wxUniv.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67777 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
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_adv.dsp
build/msw/wx_vc7_adv.vcproj
build/msw/wx_vc8_adv.vcproj
build/msw/wx_vc9_adv.vcproj