From 71b6645177bfe25d373e8f1cf1f27c01667d0c21 Mon Sep 17 00:00:00 2001 From: Sylvain Becker Date: Mon, 10 Dec 2018 13:32:24 +0100 Subject: [PATCH] Rename _SDL_sensor_h in public header, not to trigger Wreserved-id-macro --- include/SDL_sensor.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/SDL_sensor.h b/include/SDL_sensor.h index ac163a8cd1be7..9e54a23452a6a 100644 --- a/include/SDL_sensor.h +++ b/include/SDL_sensor.h @@ -26,8 +26,8 @@ * */ -#ifndef _SDL_sensor_h -#define _SDL_sensor_h +#ifndef SDL_sensor_h_ +#define SDL_sensor_h_ #include "SDL_stdinc.h" #include "SDL_error.h" @@ -246,6 +246,6 @@ extern DECLSPEC void SDLCALL SDL_SensorUpdate(void); #endif #include "close_code.h" -#endif /* _SDL_sensor_h */ +#endif /* SDL_sensor_h_ */ /* vi: set ts=4 sw=4 expandtab: */