mirror of
https://github.com/86Box/86Box.git
synced 2026-02-26 05:53:15 -07:00
More non-cppthreads build fixes
This commit is contained in:
@@ -52,7 +52,7 @@ thread_wait(thread_t *arg)
|
||||
}
|
||||
|
||||
event_t *
|
||||
thread_create_event()
|
||||
thread_create_event(void)
|
||||
{
|
||||
event_pthread_t *event = malloc(sizeof(event_pthread_t));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user