Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed configure build
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 17, 2012
1 parent 3dd95db commit 8b39405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/SDL_config_generated.h.in
Expand Up @@ -19,8 +19,8 @@
3. This notice may not be removed or altered from any source distribution.
*/

#ifndef _SDL_config_h
#define _SDL_config_h
#ifndef _SDL_config_generated_h
#define _SDL_config_generated_h

/**
* \file SDL_config.h.in
Expand Down Expand Up @@ -297,4 +297,4 @@
#undef SDL_ASSEMBLY_ROUTINES
#undef SDL_ALTIVEC_BLITTERS

#endif /* _SDL_config_h */
#endif /* _SDL_config_generated_h */

0 comments on commit 8b39405

Please sign in to comment.