Browse Source

Rename _SDL_sensor_h in public header, not to trigger Wreserved-id-macro

Sylvain Becker 6 years ago
parent
commit
71b6645177
1 changed files with 3 additions and 3 deletions
  1. 3 3
      include/SDL_sensor.h

+ 3 - 3
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: */