Skip to content

Commit

Permalink
Fixed warning about reserved macros with a leading underscore
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 2, 2016
1 parent cd791b4 commit a43da23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SDL_mixer.h
Expand Up @@ -21,8 +21,8 @@

/* $Id$ */

#ifndef _SDL_MIXER_H
#define _SDL_MIXER_H
#ifndef SDL_MIXER_H_
#define SDL_MIXER_H_

#include "SDL_stdinc.h"
#include "SDL_rwops.h"
Expand Down Expand Up @@ -631,4 +631,4 @@ extern DECLSPEC void SDLCALL Mix_CloseAudio(void);
#endif
#include "close_code.h"

#endif /* _SDL_MIXER_H */
#endif /* SDL_MIXER_H_ */

0 comments on commit a43da23

Please sign in to comment.