diff options
Diffstat (limited to 'libs/SDL/error.S')
| -rw-r--r-- | libs/SDL/error.S | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libs/SDL/error.S b/libs/SDL/error.S index 19efb5a..ea2d853 100644 --- a/libs/SDL/error.S +++ b/libs/SDL/error.S @@ -1,3 +1,5 @@ +#ifndef __STDC_VERSION__ + //! @file error.S //! //! Assembler bindings for SDL2 (SDL_error.h) @@ -5,4 +7,6 @@ //! @fn char const * SDL_GetError(void) //! @return the last error message .type SDL_GetError, @function -.extern SDL_GetError
\ No newline at end of file +.extern SDL_GetError + +#endif
\ No newline at end of file |
