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
+3 -3
View File
@@ -25,8 +25,8 @@
* Include file for SDL locale services
*/
#ifndef _SDL_locale_h
#define _SDL_locale_h
#ifndef SDL_locale_h
#define SDL_locale_h
#include <SDL3/SDL_stdinc.h>
#include <SDL3/SDL_error.h>
@@ -98,4 +98,4 @@ extern DECLSPEC SDL_Locale * SDLCALL SDL_GetPreferredLocales(void);
#endif
#include <SDL3/SDL_close_code.h>
#endif /* _SDL_locale_h */
#endif /* SDL_locale_h */