X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ba059d80b40d7f1f249afa17b57d682f8b0e8b93..f8c4475a3e579655f6a962822824596a7a9cfb66:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index c7d31658c4..4960930946 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -65,10 +65,10 @@ enum wxKeyType // type of compare function for list sort operation (as in 'qsort'): it should // return a negative value, 0 or positive value if the first element is less // than, equal or greater than the second -typedef int (*wxSortCompareFunction)(const void *elem1, const void *elem2); +typedef int (* LINKAGEMODE wxSortCompareFunction)(const void *elem1, const void *elem2); // -typedef int (*wxListIterateFunction)(void *current); +typedef int (* LINKAGEMODE wxListIterateFunction)(void *current); // ----------------------------------------------------------------------------- // key stuff: a list may be optionally keyed on integer or string key