globally renamed uint to size_t. This has _not_ been checked under Windows,
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Aug 1998 15:36:12 +0000 (15:36 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 18 Aug 1998 15:36:12 +0000 (15:36 +0000)
commitc86f1403c3737c07d58676a203f4707942684a01
tree0246f67ef87f4b9a5f302c891ca06a43c0b70e4c
parent77ff2d2639049a0bd8d64d87fbe27694354b7097
globally renamed uint to size_t. This has _not_ been checked under Windows,
although I changed msw files also, so please wait until this evening if you
want to be sure that it compiles. This change should fix 64 bit compilation
problems, but it would be nice to test it...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@591 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
41 files changed:
include/wx/config.h
include/wx/defs.h
include/wx/dynarray.h
include/wx/file.h
include/wx/fileconf.h
include/wx/gtk/dnd.h
include/wx/gtk/notebook.h
include/wx/gtk/treectrl.h
include/wx/gtk1/dnd.h
include/wx/gtk1/notebook.h
include/wx/gtk1/treectrl.h
include/wx/intl.h
include/wx/ownerdrw.h
include/wx/qt/dnd.h
include/wx/string.h
include/wx/stubs/checklst.h
include/wx/stubs/dnd.h
include/wx/textfile.h
src/common/config.cpp
src/common/dynarray.cpp
src/common/dynlib.cpp
src/common/file.cpp
src/common/fileconf.cpp
src/common/filefn.cpp
src/common/intl.cpp
src/common/log.cpp
src/common/string.cpp
src/common/textfile.cpp
src/gtk.inc
src/gtk/dnd.cpp
src/gtk1/dnd.cpp
src/msw/checklst.cpp
src/msw/dcclient.cpp
src/msw/iniconf.cpp
src/msw/listbox.cpp
src/msw/notebook.cpp
src/msw/ole/oleutils.cpp
src/msw/ownerdrw.cpp
src/msw/regconf.cpp
src/msw/region.cpp
src/msw/registry.cpp