mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-05 23:10:58 +00:00
Remove underscore in guard header defines (#6922)
This commit is contained in:
parent
cdbd1be8c6
commit
07808d6a03
19 changed files with 55 additions and 55 deletions
|
@ -28,10 +28,10 @@
|
|||
*/
|
||||
|
||||
/* This shouldn't be nested -- included it around code only. */
|
||||
#ifdef _SDL_begin_code_h
|
||||
#ifdef SDL_begin_code_h
|
||||
#error Nested inclusion of SDL_begin_code.h
|
||||
#endif
|
||||
#define _SDL_begin_code_h
|
||||
#define SDL_begin_code_h
|
||||
|
||||
#ifndef SDL_DEPRECATED
|
||||
# if defined(__GNUC__) && (__GNUC__ >= 4) /* technically, this arrived in gcc 3.1, but oh well. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue