X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8cf73271dd6f442a98e86b559d4a55c37e25b99f..3eeefdf9bdc41618a14a8fff96a016004b030e95:/include/wx/mac/carbon/macnotfy.h diff --git a/include/wx/mac/carbon/macnotfy.h b/include/wx/mac/carbon/macnotfy.h index ae8a24e6de..5e412bcfc0 100644 --- a/include/wx/mac/carbon/macnotfy.h +++ b/include/wx/mac/carbon/macnotfy.h @@ -9,7 +9,9 @@ #ifndef MAC_NOTIFYERS #define MAC_NOTIFYERS - + +#include "wx/dlimpexp.h" + #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ @@ -17,17 +19,16 @@ extern "C" { typedef void (*wxMacNotificationProcPtr)(unsigned long event , void* data ) ; typedef void *wxMacNotifierTableRef ; -void wxMacCreateNotifierTable() ; -void wxMacDestroyNotifierTable() ; -wxMacNotifierTableRef wxMacGetNotifierTable() ; -void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ; -void wxMacWakeUp() ; -void wxMacProcessNotifierEvents() ; -void wxMacProcessNotifierAndPendingEvents() ; -void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ; +WXDLLIMPEXP_BASE void wxMacCreateNotifierTable() ; +WXDLLIMPEXP_BASE void wxMacDestroyNotifierTable() ; +WXDLLIMPEXP_BASE wxMacNotifierTableRef wxMacGetNotifierTable() ; +WXDLLIMPEXP_BASE void wxMacAddEvent( wxMacNotifierTableRef table , wxMacNotificationProcPtr handler , unsigned long event , void* data , short wakeUp ) ; +WXDLLIMPEXP_BASE void wxMacProcessNotifierEvents() ; +WXDLLIMPEXP_BASE void wxMacProcessNotifierAndPendingEvents() ; +WXDLLIMPEXP_BASE void wxMacRemoveAllNotifiersForData( wxMacNotifierTableRef table , void* data ) ; #ifdef __cplusplus } #endif /* __cplusplus */ -#endif /* MAC_NOTIFYERS */ \ No newline at end of file +#endif /* MAC_NOTIFYERS */