mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-07 15:10:49 +00:00
Finish removing SDL_DECLSPEC_FREE
This commit is contained in:
parent
5d6333d6ea
commit
383ccb2b6a
1 changed files with 0 additions and 5 deletions
|
|
@ -68,11 +68,6 @@
|
|||
# endif
|
||||
#endif
|
||||
|
||||
/* This is used to mark functions that return memory that need to be freed with SDL_free() */
|
||||
#ifndef SDL_DECLSPEC
|
||||
#define SDL_DECLSPEC SDL_DECLSPEC
|
||||
#endif
|
||||
|
||||
/* By default SDL uses the C calling convention */
|
||||
#ifndef SDLCALL
|
||||
#if (defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINRT) || defined(SDL_PLATFORM_GDK)) && !defined(__GNUC__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue