X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Fbuilddeps%2Fwin64%2Fsdl%2Finclude%2FSDL2%2FSDL_loadso.h;h=793ba53586099a826728a1beb47e6c8dd9ee8ab9;hp=0359eae17ddaa67a093ef931f2d6b5e75ba5868b;hb=b21867380b07a080c13c6bc29eb8fffe40b51df1;hpb=47a4fd358e26ad7b6abc173b9e73955b1cab2cf5 diff --git a/misc/builddeps/win64/sdl/include/SDL2/SDL_loadso.h b/misc/builddeps/win64/sdl/include/SDL2/SDL_loadso.h index 0359eae1..793ba535 100644 --- a/misc/builddeps/win64/sdl/include/SDL2/SDL_loadso.h +++ b/misc/builddeps/win64/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: */