Use correct Unicode define for wxScintilla compilation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Sep 2010 21:37:22 +0000 (21:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 7 Sep 2010 21:37:22 +0000 (21:37 +0000)
commit5eda55f775832c1104451c490e2f7501c6f9a25c
tree4616777a733d95b9fd6b219de237e197dcb8b814
parent77eb08cc360e877cc79dafc18bd295bc2613266a
Use correct Unicode define for wxScintilla compilation.

Compilation of wxScintilla with Borland failed because -D_UNICODE was not
passed on command line resulting in mismatches between wxChar and Windows
TCHAR. It's a mystery why this didn't happen with the other compilers but
defining _UNICODE for them too can't hurt.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65477 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
build/bakefiles/scintilla.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_vc7_wxscintilla.vcproj
build/msw/wx_vc8_wxscintilla.vcproj
build/msw/wx_vc9_wxscintilla.vcproj
build/msw/wx_wxscintilla.dsp