Skip to content

Commit

Permalink
Rename _SDL_sensor_h in public header, not to trigger Wreserved-id-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
1bsyl committed Dec 10, 2018
1 parent 0b6e24f commit 71b6645
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL_sensor.h
Expand Up @@ -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"
Expand Down Expand Up @@ -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: */

0 comments on commit 71b6645

Please sign in to comment.