misc/winutils/include/SDL_name.h
author nemo
Tue, 12 Apr 2016 15:41:48 -0400
changeset 11646 42d7f5dbd8dc
parent 10017 de822cd3df3a
permissions -rw-r--r--
Fixes crash Wuzzy and I were encountering in debian fpc 2.6.2 and 3.0.0 after the addition of the uPhysFSLayer dependency to uUtils in rcac74d9075be


#ifndef _SDLname_h_
#define _SDLname_h_

#if defined(__STDC__) || defined(__cplusplus)
#define NeedFunctionPrototypes 1
#endif

#define SDL_NAME(X) SDL_##X

#endif /* _SDLname_h_ */