* Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5
authorGuilhem Lavaux <lavaux@easynet.fr>
Wed, 1 Jul 1998 17:26:46 +0000 (17:26 +0000)
committerGuilhem Lavaux <lavaux@easynet.fr>
Wed, 1 Jul 1998 17:26:46 +0000 (17:26 +0000)
commitcf44735628cecb0326b953c4872260f223fc8769
tree7941d98fc891915381ff70cb801413e17d40b929
parent0423b6851815f12d331cf09a0d05f117e5b803ca
* Changed "true" to "TRUE" in some file: "true" doesn't exist in BC++ 5
* Added wxDataStream and wxProcess
* Added the asynchronous end process notification on GTK and MSW
* Updated configure* and setup.h
* Added extended.c: Apple code to encode/decode float in IEEE format
  this code is removable by disabling USE_APPLE_CODEC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
27 files changed:
include/wx/config.h
include/wx/datstrm.h [new file with mode: 0644]
include/wx/event.h
include/wx/msw/regconf.h
include/wx/msw/registry.h
include/wx/msw/setup.h
include/wx/object.h
include/wx/process.h [new file with mode: 0644]
include/wx/utils.h
install/gtk/configure
install/gtk/configure.in
src/Makefile.in
src/common/datstrm.cpp [new file with mode: 0644]
src/common/extended.c [new file with mode: 0644]
src/gtk/data.cpp
src/gtk/setup/setup.hin
src/gtk/utilsgtk.cpp
src/gtk1/data.cpp
src/gtk1/setup/setup.hin
src/gtk1/utilsgtk.cpp
src/msw/makefile.b32
src/msw/makefile.dos
src/msw/makefile.g95
src/msw/makefile.nt
src/msw/regconf.cpp
src/msw/registry.cpp
src/msw/utils.cpp