Skip to content

Commit

Permalink
Make sure SDL_CreateThread has the same signature regardless of how t…
Browse files Browse the repository at this point in the history
…he DLL was created.
  • Loading branch information
slouken committed Feb 11, 2020
1 parent 4378fcd commit 9feabd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_thread.h
Expand Up @@ -69,7 +69,7 @@ typedef enum {
*/
typedef int (SDLCALL * SDL_ThreadFunction) (void *data);

#if defined(__WIN32__) && !defined(HAVE_LIBC)
#if defined(__WIN32__)
/**
* \file SDL_thread.h
*
Expand Down

0 comments on commit 9feabd3

Please sign in to comment.