]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/listctrl.cpp
Committed William Osborne's wxPalmOS port
[wxWidgets.git] / src / generic / listctrl.cpp
index 7ef33c834116f30bbb65253fe7f22c8e55b3a9c5..3c88613e763116be45fd68617a05a9096b8c0786 100644 (file)
@@ -4662,7 +4662,7 @@ bool wxGenericListCtrl::Create(wxWindow *parent,
 
     m_mainWin = new wxListMainWindow( this, wxID_ANY, wxPoint(0,0), size, style );
 
-#if defined( __WXMAC__ ) && __WXMAC_CARBON__
+#ifdef  __WXMAC_CARBON__ 
     // Human Interface Guidelines ask us for a special font in this case
     if ( GetWindowVariant() == wxWINDOW_VARIANT_NORMAL )
     {