]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/wxcrt.cpp
add GetLo/Hi() test
[wxWidgets.git] / src / common / wxcrt.cpp
index 9bd6305307d8caee59cd53b6b415c02a049c7925..5d42579e942ec25ae602c90b80a3f6f4055e1925 100644 (file)
@@ -65,9 +65,9 @@ using namespace std ;
 #endif
 
 #if defined(__DARWIN__)
-       #include "wx/mac/corefoundation/cfref.h"
+       #include "wx/osx/core/cfref.h"
        #include <CoreFoundation/CFLocale.h>
-       #include "wx/mac/corefoundation/cfstring.h"
+       #include "wx/osx/core/cfstring.h"
     #include <xlocale.h>
 #endif