FSRef transition, common constant

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-08-23 18:11:21 +00:00
parent 8bd2fdfd58
commit aa0cc8a14c

View 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_