X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=misc%2Fbuilddeps%2Fwin32%2Fsdl%2Finclude%2FSDL2%2FSDL_loadso.h;h=793ba53586099a826728a1beb47e6c8dd9ee8ab9;hb=12e4ebadb58dc51ccacff8291a3db115f6675814;hp=0359eae17ddaa67a093ef931f2d6b5e75ba5868b;hpb=becc6d482266e3dc2d0ffd6451a50d75ff9ee462;p=xonotic%2Fxonotic.git diff --git a/misc/builddeps/win32/sdl/include/SDL2/SDL_loadso.h b/misc/builddeps/win32/sdl/include/SDL2/SDL_loadso.h index 0359eae1..793ba535 100644 --- a/misc/builddeps/win32/sdl/include/SDL2/SDL_loadso.h +++ b/misc/builddeps/win32/sdl/include/SDL2/SDL_loadso.h @@ -1,6 +1,6 @@ /* Simple DirectMedia Layer - Copyright (C) 1997-2014 Sam Lantinga + Copyright (C) 1997-2019 Sam Lantinga This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages @@ -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: */