wxWidgets/samples/aui
Vadim Zeitlin f9199323a4 Make the code more clear in aui sample and avoid g++ 4 warning.
The code used bitwise XOR which was rather difficult to read and also resulted
in g++ 4 warnings about suggested parentheses.

Fix both issues by using bitwise AND and OR in two separate statements instead.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63633 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-03-05 23:55:23 +00:00
..
auidemo_vc7.vcproj Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
auidemo_vc8.vcproj Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
auidemo_vc9.vcproj Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
auidemo.bkl
auidemo.cpp Make the code more clear in aui sample and avoid g++ 4 warning. 2010-03-05 23:55:23 +00:00
auidemo.dsp Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
descrip.mms
makefile.bcc Rebake. 2010-01-09 19:56:18 +00:00
makefile.gcc Rebake. 2010-01-09 19:56:18 +00:00
Makefile.in Rebake. 2010-01-09 19:56:18 +00:00
makefile.unx Rebake from clean wx tree. 2010-01-04 00:45:45 +00:00
makefile.vc Use X64 machine type for MSVC linker instead of old AMD64. 2009-12-08 16:36:37 +00:00
makefile.wat Rebake. 2010-01-09 19:56:18 +00:00