]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/osx/cocoa/chkconf.h
Allow OS X Cocoa (or any OS X port) to override GetBestSize and provide a native...
[wxWidgets.git] / include / wx / osx / cocoa / chkconf.h
index aa048e9263b406c4046257745d107bc0a9b22e1a..691acd25ae2f9e5e650f1e11eba20366b8f79a32 100644 (file)
 
 #if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_5
     #define wxOSX_USE_QUICKTIME 0
-    #define wXOSX_USE_AUDIOTOOLBOX 1
+    #define wxOSX_USE_AUDIOTOOLBOX 1
 #else // platform < 10.5
     #define wxOSX_USE_QUICKTIME 1
-    #define wXOSX_USE_AUDIOTOOLBOX 0
+    #define wxOSX_USE_AUDIOTOOLBOX 0
 #endif
 
 /*