Skip to content

Commit

Permalink
Another attempt to fix Windows build.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 15, 2016
1 parent 18f74c6 commit 09ae4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stdlib/SDL_qsort.c
Expand Up @@ -40,7 +40,7 @@ This code came from PDCLib, under the public domain. Specifically this:
The _PDCLIB_memswp macro was from
https://bitbucket.org/pdclib/pdclib/src/a82b02d0c7d4ed633b97f2a7639d9a10b1c92ec8/platform/posix/internals/_PDCLIB_config.h?at=default&fileviewer=file-view-default#_PDCLIB_config.h-28
Everything below this comment until the HAVE_QSORT #endif was from PDCLib.
Everything below this comment until the HAVE_QSORT #endif was from PDCLib (minor changes noted inline).
--ryan.
*/

Expand All @@ -52,7 +52,7 @@ Everything below this comment until the HAVE_QSORT #endif was from PDCLib.
Permission is granted to use, modify, and / or redistribute at will.
*/

#include <stdlib.h>
/* I commented this out. --ryan. #include <stdlib.h> */

#ifndef REGTEST

Expand Down

0 comments on commit 09ae4df

Please sign in to comment.