]> git.saurik.com Git - wxWidgets.git/commit - samples/treectrl/treetest.cpp
Revert files to previous version that were affected by wxIsXXX((wxChar)X) change...
authorRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 07:09:35 +0000 (07:09 +0000)
committerRyan Norton <wxprojects@comcast.net>
Sat, 6 Nov 2004 07:09:35 +0000 (07:09 +0000)
commit0c6099b79e8f38a6dd53f96e6d55cb5a81f568f7
tree069deedb2a6e5835c5cf0f5abc2700d1ec1bff96
parent311765c2a864aa1c23d90108443fde554c52a0b3
Revert files to previous version that were affected by wxIsXXX((wxChar)X) change.  Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30319 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/treectrl/treetest.cpp
src/common/menucmn.cpp
src/common/valtext.cpp
src/generic/grid.cpp