Fixed OS/2 build

This commit is contained in:
Sam Lantinga
2024-07-11 13:33:39 -07:00
parent 551164812a
commit b13dcf24d6
3 changed files with 19 additions and 45 deletions

View File

@@ -27,12 +27,4 @@
extern SDL_TLSData **ppSDLTLSData;
/* SDL_OS2TLSAlloc() called from SDL_InitSubSystem() */
void SDL_OS2TLSAlloc(void);
/* SDL_OS2TLSFree() called from SDL_QuitSubSystem() */
void SDL_OS2TLSFree(void);
#endif /* SDL_THREAD_OS2 */
/* vi: set ts=4 sw=4 expandtab: */