PalmOS 6 compilation fixes (patch 1849757)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Dec 2007 01:25:56 +0000 (01:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 15 Dec 2007 01:25:56 +0000 (01:25 +0000)
commite2fc40b4786f7ae8c255ce1184441bd94d9554a0
treebe705d5802a4d411da16a1e73e6989ee3dcf6dda
parent7379e47609b16a9fef59e1d2a6b2e47f216dd85c
PalmOS 6 compilation fixes (patch 1849757)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50704 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
43 files changed:
build/bakefiles/files.bkl
build/msw/config.vc
build/palmos/.cdtproject
build/palmos/.project
build/palmos/auto-generated.mk
build/palmos/makefile
build/palmos/makefile-engine.mk
include/wx/defs.h
include/wx/filefn.h
include/wx/palmos/apptrait.h
include/wx/palmos/chkconf.h
include/wx/palmos/control.h
include/wx/palmos/dc.h
include/wx/palmos/dcclient.h
include/wx/palmos/dcmemory.h
include/wx/palmos/dcscreen.h
include/wx/palmos/dialog.h
include/wx/palmos/evtloop.h
include/wx/palmos/missing.h [new file with mode: 0644]
include/wx/palmos/tglbtn.h
include/wx/palmos/window.h
include/wx/platform.h
include/wx/wxcrtbase.h
src/common/dcbase.cpp
src/common/filefn.cpp
src/common/wxcrt.cpp
src/palmos/app.cpp
src/palmos/base.cpp
src/palmos/button.cpp
src/palmos/control.cpp
src/palmos/datectrl.cpp
src/palmos/dc.cpp
src/palmos/dcclient.cpp
src/palmos/dcmemory.cpp
src/palmos/dcscreen.cpp
src/palmos/dialog.cpp
src/palmos/evtloop.cpp
src/palmos/main.cpp
src/palmos/prefconf.cpp
src/palmos/stdall.c [new file with mode: 0644]
src/palmos/toplevel.cpp
src/palmos/utils.cpp
src/palmos/window.cpp