__WXMAC_OSBUILDTYPE__ selections are now only defined if they are TRUE

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29936 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-10-17 10:36:33 +00:00
parent c9433ea976
commit ca80fdee5e
81 changed files with 82 additions and 86 deletions

View File

@@ -1,4 +1,4 @@
#if __WXMAC_CLASSIC__
#ifdef __WXMAC_CLASSIC__
#include "wx/mac/classic/checkbox.h"
#else
#include "wx/mac/carbon/checkbox.h"