Commit b6f1c91862ae5b260f80cca2968cd9baefe41523

Sam Lantinga 2022-06-27T17:44:55

Fixed Watcom C build

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/thread/SDL_thread.c b/src/thread/SDL_thread.c
index 1a60cb0..6561033 100644
--- a/src/thread/SDL_thread.c
+++ b/src/thread/SDL_thread.c
@@ -211,7 +211,7 @@ SDL_GetStaticErrBuf()
     return &SDL_global_error;
 }
 
-static void
+static void SDLCALL
 SDL_FreeErrBuf(void *data)
 {
     SDL_error *errbuf = (SDL_error *)data;