wxCALLBACK added, wxCOMPFUNC_CONV moved to defs.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3782 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-10-01 18:27:51 +00:00
parent ddc8c2e3ab
commit 0661ec3993
3 changed files with 36 additions and 13 deletions

View File

@@ -173,7 +173,7 @@ public:
};
// type of compare function for wxListCtrl sort operation
typedef int (CALLBACK *wxListCtrlCompare)(long item1, long item2, long sortData);
typedef int (wxCALLBACK *wxListCtrlCompare)(long item1, long item2, long sortData);
class WXDLLEXPORT wxListCtrl: public wxControl
{