summaryrefslogtreecommitdiff
path: root/include/SDL_loadso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/SDL_loadso.h')
-rw-r--r--include/SDL_loadso.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/SDL_loadso.h b/include/SDL_loadso.h
index 3d540bd7dd..47173c6b4e 100644
--- a/include/SDL_loadso.h
+++ b/include/SDL_loadso.h
@@ -38,8 +38,8 @@
* the results you expect. :)
*/
-#ifndef _SDL_loadso_h
-#define _SDL_loadso_h
+#ifndef SDL_loadso_h_
+#define SDL_loadso_h_
#include "SDL_stdinc.h"
#include "SDL_error.h"
@@ -76,6 +76,6 @@ extern DECLSPEC void SDLCALL SDL_UnloadObject(void *handle);
#endif
#include "close_code.h"
-#endif /* _SDL_loadso_h */
+#endif /* SDL_loadso_h_ */
/* vi: set ts=4 sw=4 expandtab: */