|
|
@@ -18,6 +18,7 @@
|
|
|
misrepresented as being the original software.
|
|
|
3. This notice may not be removed or altered from any source distribution.
|
|
|
*/
|
|
|
+
|
|
|
#include "SDL_internal.h"
|
|
|
|
|
|
#ifdef SDL_THREAD_DOS
|
|
|
@@ -60,4 +61,4 @@ void SDL_SYS_QuitTLSData(void)
|
|
|
SDL_memset(tls_data, 0, sizeof(tls_data));
|
|
|
}
|
|
|
|
|
|
-#endif /* SDL_THREAD_DOS */
|
|
|
+#endif /* SDL_THREAD_DOS */
|