]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Added calendar contributed by Lorne White
[wxWidgets.git] / include / wx / msw / listctrl.h
index 59c882ae765c870876c35b73b4266a545c01ef7d..ef0a992d068e8a03d98bcfa847dc314f4af9e820 100644 (file)
@@ -173,7 +173,7 @@ public:
 };
 
 // type of compare function for wxListCtrl sort operation
-typedef int (*wxListCtrlCompare)(long item1, long item2, long sortData);
+typedef int (wxCALLBACK *wxListCtrlCompare)(long item1, long item2, long sortData);
 
 class WXDLLEXPORT wxListCtrl: public wxControl
 {