Added wxQsort()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -531,6 +531,18 @@ WXDLLIMPEXP_BASE bool wxGetDiskSpace(const wxString& path,
|
||||
wxDiskspaceSize_t *pTotal = NULL,
|
||||
wxDiskspaceSize_t *pFree = NULL);
|
||||
|
||||
|
||||
|
||||
extern "C"
|
||||
{
|
||||
typedef int (wxCMPFUNC_CONV *CMPFUNCDATA)(const void* pItem1, const void* pItem2, const void* user_data);
|
||||
}
|
||||
|
||||
|
||||
WXDLLIMPEXP_BASE void wxQsort(void *const pbase, size_t total_elems,
|
||||
size_t size, CMPFUNCDATA cmp, const void* user_data);
|
||||
|
||||
|
||||
#if wxUSE_GUI // GUI only things from now on
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user