diff options
author | Sam Lantinga <slouken@libsdl.org> | 2016-11-20 21:34:54 -0800 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2016-11-20 21:34:54 -0800 |
commit | 9cc7ce9008dc9d1d9bdae1102af7881f3e9dba52 (patch) | |
tree | 299808c404d6283432923be0599a95a4503bf7d4 /src/dynapi/SDL_dynapi.h | |
parent | a097bc3ca394f909c4a03f6c21125cfb7223d8a7 (diff) |
Renaming of guard header names to quiet -Wreserved-id-macro
Patch contributed by Sylvain
Diffstat (limited to 'src/dynapi/SDL_dynapi.h')
-rw-r--r-- | src/dynapi/SDL_dynapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dynapi/SDL_dynapi.h b/src/dynapi/SDL_dynapi.h index 5e78338f22..0814739c77 100644 --- a/src/dynapi/SDL_dynapi.h +++ b/src/dynapi/SDL_dynapi.h @@ -19,8 +19,8 @@ 3. This notice may not be removed or altered from any source distribution. */ -#ifndef _SDL_dynapi_h -#define _SDL_dynapi_h +#ifndef SDL_dynapi_h_ +#define SDL_dynapi_h_ /* IMPORTANT: This is the master switch to disabling the dynamic API. We made it so you |