diff --git a/include/wx/mac/private.h b/include/wx/mac/private.h index 514db92eae..a2db2e0e71 100644 --- a/include/wx/mac/private.h +++ b/include/wx/mac/private.h @@ -143,6 +143,8 @@ void wxMacCreateBitmapButton( ControlButtonContentInfo*info , const wxBitmap& bi #define MAC_WXPOINTPTR(a) ((Point*)a) #define MAC_WXHMENU(a) ((MenuHandle)a) +// string conversions / + #if TARGET_CARBON // converts this string into a carbon foundation string with optional pc 2 mac encoding CFStringRef wxMacCreateCFString( const wxString &str , bool pc2macEncoding ) ; @@ -153,5 +155,6 @@ inline CFStringRef wxMacCreateCFString( const wxString &str ) #endif //TARGET_CARBON + #endif // _WX_PRIVATE_H_