Searched full:__cdecl (Results 1 – 2 of 2) sorted by relevance
219 #ifndef __cdecl220 #define __cdecl macro
41 On MSVC qsort requires that functions passed into it use the __cdecl calling conversion(CC).42 This explicitly marks such functions as __cdecl so that the code will still compile43 if a CC other than __cdecl has been made the default.