Fix building on Windows #1
Reference in New Issue
Block a user
Delete Branch "windows_compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Update keke_array_qsort and keke_array_qsort_header to use qsort_s on Windows since qsort_r isn't standard.
Also define _GNU_SOURCE because GCC isn't happy if you try to use qsort_r without it being defined.