Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
1.3 API CHANGE: Add support for naming threads.
- Loading branch information
File 10 of 22 in
1772c81
|
@@ -33,7 +33,7 @@ SDL_SYS_CreateThread(SDL_Thread * thread, void *args) |
|
|
} |
|
|
|
|
|
void |
|
|
SDL_SYS_SetupThread(void) |
|
|
SDL_SYS_SetupThread(const char *name) |
|
|
{ |
|
|
return; |
|
|
} |
|
|
Oops, something went wrong.