]> git.saurik.com Git - wxWidgets.git/commitdiff
FSRef transition, common constant
authorStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Aug 2004 18:11:21 +0000 (18:11 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Mon, 23 Aug 2004 18:11:21 +0000 (18:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/private.h

index 1dccf0e3d69def5d821ddd872f38fddfb83ea8b0..8a02973a4d53d320a51dc067739508af506860f7 100644 (file)
@@ -564,5 +564,11 @@ void wxMacWakeUp() ;
 
 ControlRef wxMacFindControlUnderMouse( Point location , WindowRef window , ControlPartCode *outPart ) ;
 
+#ifdef TARGET_API_MAC_OSX
+#define kDefaultPathStyle kCFURLPOSIXPathStyle
+#else
+#define kDefaultPathStyle kCFURLHFSPathStyle
+#endif
+
 #endif
     // _WX_PRIVATE_H_