X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5fde6fcc9b551340a194ae4c726db5ab64b5c594..bcb7cc7693846151a179c6f199105c19df2c77a2:/include/wx/mac/dnd.h?ds=sidebyside diff --git a/include/wx/mac/dnd.h b/include/wx/mac/dnd.h index 2b0f35375d..0afea150b9 100644 --- a/include/wx/mac/dnd.h +++ b/include/wx/mac/dnd.h @@ -25,7 +25,7 @@ class WXDLLEXPORT wxWindow; -#ifndef __WXMAC_X__ +#ifndef __DARWIN__ class WXDLLEXPORT wxDataObject; class WXDLLEXPORT wxTextDataObject; class WXDLLEXPORT wxFileDataObject; @@ -37,7 +37,7 @@ class WXDLLEXPORT wxFileDropTarget; class WXDLLEXPORT wxDropSource; -#ifndef __WXMAC_X__ +#ifndef __DARWIN__ //------------------------------------------------------------------------- // wxDataObject //------------------------------------------------------------------------- @@ -168,7 +168,7 @@ class WXDLLEXPORT wxDropTarget: public wxObject virtual wxDataFormat GetFormat(size_t n) const = 0; }; -#ifndef __WXMAC_X__ +#ifndef __DARWIN__ //------------------------------------------------------------------------- // wxTextDropTarget //-------------------------------------------------------------------------