]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/carbon/accel.cpp
check that the version of __sync_sub_and_fetch that returns a value is supported...
[wxWidgets.git] / src / mac / carbon / accel.cpp
index b221f9107c1d65505abd6472607a64fdce0a98a2..f33bbe28e0f89497718010f3778756eb67a936dc 100644 (file)
@@ -17,6 +17,8 @@
     #include "wx/string.h"
 #endif
 
     #include "wx/string.h"
 #endif
 
+#ifndef __WXUNIVERSAL__
+
 IMPLEMENT_DYNAMIC_CLASS(wxAcceleratorTable, wxObject)
 
 // ----------------------------------------------------------------------------
 IMPLEMENT_DYNAMIC_CLASS(wxAcceleratorTable, wxObject)
 
 // ----------------------------------------------------------------------------
@@ -103,3 +105,5 @@ int wxAcceleratorTable::GetCommand( wxKeyEvent &event )
 
     return -1;
 }
 
     return -1;
 }
+
+#endif
\ No newline at end of file