mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-21 20:54:34 +08:00
include: Renamed begin_code.h and close_code.h to have SDL_ prefixes.
Fixes #6864.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
#ifndef SDL_test_crc32_h_
|
||||
#define SDL_test_crc32_h_
|
||||
|
||||
#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" {
|
||||
@@ -117,7 +117,7 @@ int SDLTest_Crc32Done(SDLTest_Crc32Context * crcContext);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#include <SDL3/close_code.h>
|
||||
#include <SDL3/SDL_close_code.h>
|
||||
|
||||
#endif /* SDL_test_crc32_h_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user