Removed SDL_DECLSPEC_FREE
This commit is contained in:
parent
18fe89e036
commit
b5ad74998b
16 changed files with 35 additions and 36 deletions
|
@ -69,8 +69,8 @@
|
|||
#endif
|
||||
|
||||
/* This is used to mark functions that return memory that need to be freed with SDL_free() */
|
||||
#ifndef SDL_DECLSPEC_FREE
|
||||
#define SDL_DECLSPEC_FREE SDL_DECLSPEC
|
||||
#ifndef SDL_DECLSPEC
|
||||
#define SDL_DECLSPEC SDL_DECLSPEC
|
||||
#endif
|
||||
|
||||
/* By default SDL uses the C calling convention */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue