From c068f22329d5cc722622a2183bbb22eef2093df7 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Mon, 24 Aug 2026 11:16:07 +0200 Subject: initial import --- platforms/vs2010/include/SDL/SDL_name.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 platforms/vs2010/include/SDL/SDL_name.h (limited to 'platforms/vs2010/include/SDL/SDL_name.h') diff --git a/platforms/vs2010/include/SDL/SDL_name.h b/platforms/vs2010/include/SDL/SDL_name.h new file mode 100755 index 0000000..511619a --- /dev/null +++ b/platforms/vs2010/include/SDL/SDL_name.h @@ -0,0 +1,11 @@ + +#ifndef _SDLname_h_ +#define _SDLname_h_ + +#if defined(__STDC__) || defined(__cplusplus) +#define NeedFunctionPrototypes 1 +#endif + +#define SDL_NAME(X) SDL_##X + +#endif /* _SDLname_h_ */ -- cgit v1.2.3