redefined TRUE and FALSE to be of type bool
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15145 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,6 +28,11 @@ wxBase:
|
||||
|
||||
- small change to wxStopWatch::Pause() semantics, please see the documentation
|
||||
|
||||
- unlikely but possible incompatibility: the definition of TRUE has changed
|
||||
from "1" to "(bool)1" (and the same thing for FALSE), so the code which
|
||||
could be erroneously compiled previously such as doing "return FALSE" from
|
||||
a function returning a pointer would stop compiling now (but this change
|
||||
is not supposed to have any effects on valid code)
|
||||
|
||||
All (GUI):
|
||||
|
||||
|
Reference in New Issue
Block a user