X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/489468feaa08b8f504735eecca522fb8d0f825d2..6d0d84554854a19db991ba64e7e034e1fc898ef0:/src/osx/carbon/aboutdlg.cpp diff --git a/src/osx/carbon/aboutdlg.cpp b/src/osx/carbon/aboutdlg.cpp index 243de8b7d7..49dd82abfa 100644 --- a/src/osx/carbon/aboutdlg.cpp +++ b/src/osx/carbon/aboutdlg.cpp @@ -27,7 +27,7 @@ #include "wx/aboutdlg.h" #include "wx/generic/aboutdlgg.h" -#include "wx/mac/private.h" +#include "wx/osx/private.h" // helper class for HIAboutBox options class AboutBoxOptions : public wxCFRef @@ -61,7 +61,7 @@ void wxAboutBox(const wxAboutDialogInfo& info) // Mac native about box currently can show only name, version, copyright // and description fields and we also shoehorn the credits text into the // description but if we have anything else we must use the generic version -#ifndef __LP64__ +#if wxOSX_USE_CARBON if ( info.IsSimple() ) { AboutBoxOptions opts;