Stub this out for GEKKO

This commit is contained in:
twinaphex 2018-10-10 02:01:13 +02:00
parent 2a46d73c95
commit 1b1a0c8d27

View File

@ -166,7 +166,7 @@ sthread_t *sthread_create(void (*thread_func)(void*), void *userdata)
}
/* TODO/FIXME - this needs to be implemented for Switch/3DS */
#if !defined(SWITCH) && !defined(USE_WIN32_THREADS) && !defined(_3DS)
#if !defined(SWITCH) && !defined(USE_WIN32_THREADS) && !defined(_3DS) && !defined(GEKKO)
#define HAVE_THREAD_ATTR
#endif