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:
parent
8bd2fdfd58
commit
aa0cc8a14c
@ -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_
|
||||
|
Loading…
Reference in New Issue
Block a user