1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode...
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Jun 2007 17:14:14 +0000 (17:14 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 10 Jun 2007 17:14:14 +0000 (17:14 +0000)
commit52de37c78f31bc03f8b96090932c7ce8c3907d29
tree5cf0f26fe79d880d3bce66ee9ffdb9897feea290
parentc475be6dfa78fed16ab88f34af16dddfb06afd08
1. made CRT wrappers definitions indepenent of wxUSE_UNICODE: both ANSI and Unicode variants are now defined
2. split wxcrt.h into wxcrtbase.h with lowlevel compiler-specific definitions and wxcrt.h with ANSI- and Unicode-compatible wx wrappers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
31 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/wx_base.dsp
docs/changes.txt
include/wx/buffer.h
include/wx/filefn.h
include/wx/intl.h
include/wx/strconv.h
include/wx/string.h
include/wx/stringimpl.h
include/wx/wxcrt.h
include/wx/wxcrtvararg.h
src/common/colourcmn.cpp
src/common/filefn.cpp
src/common/intl.cpp
src/common/regex.cpp
src/common/string.cpp
src/common/stringimpl.cpp
src/common/variant.cpp
src/common/wxcrt.cpp
src/common/wxprintf.cpp
src/msw/main.cpp
src/msw/mslu.cpp
src/msw/wince/filefnwce.cpp
src/msw/window.cpp
src/regex/regc_locale.c
src/regex/regcustom.h
tests/strings/crt.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec