4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-05 11:24:33 +08:00

12 lines
183 B
C
Raw Normal View History

#ifndef _SDLname_h_
#define _SDLname_h_
#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif
#define SDL_NAME(X) SDL_##X
#endif /* _SDLname_h_ */