Renaming of guard header names to quiet -Wreserved-id-macro

This commit is contained in:
Sam Lantinga
2017-08-28 00:22:23 -07:00
parent ce2b16445e
commit 0d011ec66d
126 changed files with 421 additions and 382 deletions

View File

@@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/
#ifndef _SDL_pspaudio_h
#define _SDL_pspaudio_h
#ifndef SDL_pspaudio_h_
#define SDL_pspaudio_h_
#include "../SDL_sysaudio.h"
@@ -40,6 +40,6 @@ struct SDL_PrivateAudioData {
int next_buffer;
};
#endif /* _SDL_pspaudio_h */
/* vim: ts=4 sw=4
*/
#endif /* SDL_pspaudio_h_ */
/* vi: set ts=4 sw=4 expandtab: */