Remove underscore in guard header defines (#6922)

This commit is contained in:
Sylvain Becker
2022-12-27 21:31:12 +01:00
committed by GitHub
parent cdbd1be8c6
commit 07808d6a03
19 changed files with 55 additions and 55 deletions

View File

@@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
#ifndef _SDL_build_config_emscripten_h_
#define _SDL_build_config_emscripten_h_
#ifndef SDL_build_config_emscripten_h
#define SDL_build_config_emscripten_h
#include <SDL3/SDL_platform.h>
@@ -210,4 +210,4 @@
/* Enable system filesystem support */
#define SDL_FILESYSTEM_EMSCRIPTEN 1
#endif /* _SDL_build_config_emscripten_h_ */
#endif /* SDL_build_config_emscripten_h */