X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a08a37d0d69c6b6b35857527ee794ba58911015a..fc39cf729508dc79e63394a46fcd3d575aebf426:/include/wx/strconv.h diff --git a/include/wx/strconv.h b/include/wx/strconv.h index e9d68a51a3..148eeb01e0 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -631,7 +631,7 @@ extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvUI; #define wxFNCONV(name) wxConvFileName->cWX2MB(name) #define wxFNSTRINGCAST wxMBSTRINGCAST #else -#if defined( __WXOSX__ ) && wxMBFILES +#if defined( __WXOSX_OR_COCOA__ ) && wxMBFILES #define wxFNCONV(name) wxConvFileName->cWC2MB( wxConvLocal.cWX2WC(name) ) #else #define wxFNCONV(name) name