Skip to content

Commit

Permalink
Whoops, wasn't exporting the correct mutex lock/unlock symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 1, 2019
1 parent 3f2a8bb commit d8fb5ac
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/SDL20_include_wrapper.h
Expand Up @@ -158,6 +158,14 @@
#undef SDL_UnlockSurface
#undef SDL_GetKeyName

#ifdef SDL_mutexP
#undef SDL_mutexP
#endif

#ifdef SDL_mutexV
#undef SDL_mutexV
#endif

#ifdef SDL_BlitSurface
#undef SDL_BlitSurface
#endif
Expand Down

0 comments on commit d8fb5ac

Please sign in to comment.