include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.

Fixes #6864.
This commit is contained in:
Ryan C. Gordon 2022-12-22 11:38:59 -05:00
parent 909b513c33
commit 3197632347
No known key found for this signature in database
GPG key ID: FA148B892AB48044
70 changed files with 167 additions and 164 deletions

View file

@ -39,7 +39,7 @@
#include <process.h> /* _beginthreadex() and _endthreadex() */
#endif
#include <SDL3/begin_code.h>
#include <SDL3/SDL_begin_code.h>
/* Set up for C function definitions, even when using C++ */
#ifdef __cplusplus
extern "C" {
@ -414,7 +414,7 @@ extern DECLSPEC void SDLCALL SDL_TLSCleanup(void);
#ifdef __cplusplus
}
#endif
#include <SDL3/close_code.h>
#include <SDL3/SDL_close_code.h>
#endif /* SDL_thread_h_ */