wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -14,7 +14,12 @@
|
|||||||
|
|
||||||
#include "wx/string.h"
|
#include "wx/string.h"
|
||||||
|
|
||||||
|
#if defined(__WXMAC__)
|
||||||
|
class WXDLLIMPEXP_BASE wxStandardPathsCF;
|
||||||
|
#define wxStandardPaths wxStandardPathsCF
|
||||||
|
#else
|
||||||
class WXDLLIMPEXP_BASE wxStandardPaths;
|
class WXDLLIMPEXP_BASE wxStandardPaths;
|
||||||
|
#endif
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxStandardPaths returns the standard locations in the file system
|
// wxStandardPaths returns the standard locations in the file system
|
||||||
|
Reference in New Issue
Block a user