remove __cdecl
This commit is contained in:
@@ -112,7 +112,7 @@ struct AssetObject {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Compare function to be used by qsort()
|
// Compare function to be used by qsort()
|
||||||
static int __cdecl CompareWithSortSpecs(const void* lhs, const void* rhs) {
|
static int CompareWithSortSpecs(const void* lhs, const void* rhs) {
|
||||||
const AssetObject* a = (const AssetObject*)lhs;
|
const AssetObject* a = (const AssetObject*)lhs;
|
||||||
const AssetObject* b = (const AssetObject*)rhs;
|
const AssetObject* b = (const AssetObject*)rhs;
|
||||||
for (int n = 0; n < s_current_sort_specs->SpecsCount; n++) {
|
for (int n = 0; n < s_current_sort_specs->SpecsCount; n++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user