Skip to content
Snippets Groups Projects
Commit a4386412 authored by rswindell's avatar rswindell
Browse files

_beginthread was only compiled if SBBS was defined (whooops).

parent b3cb361e
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@
/* Wrapper for Win32 create/begin thread function */
/* Uses POSIX threads */
/****************************************************************************/
#if defined(__unix__) && defined(SBBS)
#if defined(__unix__)
#if defined(_POSIX_THREADS)
ulong _beginthread(void( *start_address )( void * )
,unsigned stack_size, void *arglist)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment