]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
fixed SetUserScale() calls to use correct scale on Y axis
[wxWidgets.git] / src / common / utilscmn.cpp
index 2e8c64bfe64d7ec16e945346689ee98a3eb0f290..42d60c2c4d931bdace69807fb271a41150782abd 100644 (file)
 #endif // ! __WXPALMOS5__
 
 #ifdef __WXMAC__
-#include "wx/mac/private.h"
-#ifndef __DARWIN__
-#include "InternetConfig.h"
-#endif
+#include "wx/osx/private.h"
 #endif
 
 #ifndef __WXPALMOS5__
@@ -1054,7 +1051,7 @@ bool wxLaunchDefaultBrowser(const wxString& urlOrig, int flags)
     // NOTE: We need to call the real implementation from src/cocoa/utils.mm
     // because the code must use Objective-C features.
     return wxCocoaLaunchDefaultBrowser(url, flags);
-#elif defined(__WXMAC__)
+#elif defined(__WXMAC__) && !defined(__WXOSX_IPHONE__)
     wxCFRef< CFURLRef > curl( CFURLCreateWithString( kCFAllocatorDefault,
             wxCFStringRef( url ), NULL ) );
     OSStatus err = LSOpenCFURLRef( curl , NULL );