X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=blobdiff_plain;f=misc%2Fbuilddeps%2Fwin64%2Fsdl%2Finclude%2FSDL2%2FSDL_gesture.h;h=9d25e9c1da5851964693fe5ec59bc62a227ef1b4;hp=dbc169242320309d055b98500179187a43663821;hb=3125fa3054f80110424c799d6961f6c49e9baf9b;hpb=47a4fd358e26ad7b6abc173b9e73955b1cab2cf5 diff --git a/misc/builddeps/win64/sdl/include/SDL2/SDL_gesture.h b/misc/builddeps/win64/sdl/include/SDL2/SDL_gesture.h index dbc16924..9d25e9c1 100644 --- a/misc/builddeps/win64/sdl/include/SDL2/SDL_gesture.h +++ b/misc/builddeps/win64/sdl/include/SDL2/SDL_gesture.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 @@ -25,8 +25,8 @@ * Include file for SDL gesture event handling. */ -#ifndef _SDL_gesture_h -#define _SDL_gesture_h +#ifndef SDL_gesture_h_ +#define SDL_gesture_h_ #include "SDL_stdinc.h" #include "SDL_error.h" @@ -82,6 +82,6 @@ extern DECLSPEC int SDLCALL SDL_LoadDollarTemplates(SDL_TouchID touchId, SDL_RWo #endif #include "close_code.h" -#endif /* _SDL_gesture_h */ +#endif /* SDL_gesture_h_ */ /* vi: set ts=4 sw=4 expandtab: */