Skip to content

Commit 40118d5

Browse files
committed
Forgot the cdecl in cimgui.cpp
1 parent 616c3db commit 40118d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cimgui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2948,7 +2948,7 @@ CIMGUI_API const char* igImHashSkipUncontributingPrefix(const char* label)
29482948
{
29492949
return ImHashSkipUncontributingPrefix(label);
29502950
}
2951-
CIMGUI_API void igImQsort(void* base,size_t count,size_t size_of_element,int(__cdecl*compare_func)(void const*,void const*))
2951+
CIMGUI_API void igImQsort(void* base,size_t count,size_t size_of_element,int(CIMGUI_CDECL*compare_func)(void const*,void const*))
29522952
{
29532953
return ImQsort(base,count,size_of_element,compare_func);
29542954
}

0 commit comments

Comments
 (0)