SVN:(RR) [47696] Added wxQsort()
Paul Cornett
pc-wx at bullseye.com
Tue Jul 24 09:07:26 PDT 2007
noreply at wxsite.net wrote:
> Revision: 47696
> http://svn.wxwidgets.org/viewvc/wx?view=rev&rev=47696
> Author: RR
> Date: 2007-07-24 02:26:51 -0700 (Tue, 24 Jul 2007)
>
> Log Message:
> -----------
> Added wxQsort()
>
> Modified Paths:
> --------------
> wxWidgets/trunk/include/wx/utils.h
> wxWidgets/trunk/src/common/utilscmn.cpp
>
> Modified: wxWidgets/trunk/include/wx/utils.h
> ===================================================================
> --- wxWidgets/trunk/include/wx/utils.h 2007-07-24 09:25:35 UTC
> (rev 47695) +++ wxWidgets/trunk/include/wx/utils.h 2007-07-24
> 09:26:51 UTC (rev 47696) @@ -531,6 +531,18 @@
> 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); +}
Why is this extern "C"? And shouldn't CMPFUNCDATA have a wx prefix
(and maybe a better name)?
More information about the wx-dev
mailing list