]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
fixed STC under Win64: as wxStyledTextCtrl::SendMsg() used (32 bit) long arguments...
[wxWidgets.git] / include / wx / listctrl.h
index 8bb9adcabce0da3bd531f06489bfc521a15c2788..19c9cd13831e1d7531a2462ba0d39482e09f5746 100644 (file)
@@ -31,7 +31,7 @@ extern WXDLLIMPEXP_DATA_CORE(const char) wxListCtrlNameStr[];
 #if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
     #include "wx/msw/listctrl.h"
 #elif defined(__WXMAC__) && !defined(__WXUNIVERSAL__)
-    #include "wx/mac/carbon/listctrl.h"
+    #include "wx/osx/carbon/listctrl.h"
 #else
     #include "wx/generic/listctrl.h"
 #endif