1.1 --- a/src/audio/sun/SDL_sunaudio.h Mon Aug 28 00:11:38 2017 -0700
1.2 +++ b/src/audio/sun/SDL_sunaudio.h Mon Aug 28 00:22:23 2017 -0700
1.3 @@ -20,8 +20,8 @@
1.4 */
1.5 #include "../../SDL_internal.h"
1.6
1.7 -#ifndef _SDL_sunaudio_h
1.8 -#define _SDL_sunaudio_h
1.9 +#ifndef SDL_sunaudio_h_
1.10 +#define SDL_sunaudio_h_
1.11
1.12 #include "../SDL_sysaudio.h"
1.13
1.14 @@ -42,6 +42,6 @@
1.15 int frequency; /* The audio frequency in KHz */
1.16 };
1.17
1.18 -#endif /* _SDL_sunaudio_h */
1.19 +#endif /* SDL_sunaudio_h_ */
1.20
1.21 /* vi: set ts=4 sw=4 expandtab: */