made wxApp::argv an object convertible to either char** or wchar_t** for better compa...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 22:32:23 +0000 (22:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 12 Nov 2007 22:32:23 +0000 (22:32 +0000)
commit541ea80f0ec8a1250981bfaa3452f370e5c42c3b
tree47275b0fd4cbc4980b5bfb16658834c107025991
parentd2263bbca361acda950c3daea21476cd123f046f
made wxApp::argv an object convertible to either char** or wchar_t** for better compatibility with the existing ANSI code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49877 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 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_base.dsp
build/msw/wx_core.dsp
include/wx/app.h
include/wx/cmdargs.h [new file with mode: 0644]
include/wx/cmdline.h
src/common/cmdline.cpp
wxGTK.spec
wxMotif.spec
wxX11.spec