We're using GNU recursive mutexes

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404355
This commit is contained in:
Sam Lantinga 2009-12-30 19:48:23 +00:00
parent eca7769600
commit f1255da8b2

View File

@ -21,6 +21,7 @@
*/
#include "SDL_config.h"
#define _GNU_SOURCE
#include <pthread.h>
#include "SDL_thread.h"