]> git.saurik.com Git - wxWidgets.git/commit
Correct the test for wxHAS_IMAGES_IN_RESOURCES in listctrl sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Mar 2012 10:12:43 +0000 (10:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 9 Mar 2012 10:12:43 +0000 (10:12 +0000)
commitc1a9bcfbc58a53d8f942870748211c73059aa9a3
tree12e95ae1a00979850455b4159134049bd9ddefc1
parent186252928543e72df1ededa03e88e7af87974b49
Correct the test for wxHAS_IMAGES_IN_RESOURCES in listctrl sample.

wxHAS_XXX symbols need to be checked with #ifdef, not #if.

See #1614 (as this change was part of the patch submitted there, even if the
ticket itself is unrelated).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/listctrl/listtest.cpp