Explorar el Código

Finish removing SDL_DECLSPEC_FREE

Sam Lantinga hace 1 año
padre
commit
383ccb2b6a
Se han modificado 1 ficheros con 0 adiciones y 5 borrados
  1. 0 5
      include/SDL3/SDL_begin_code.h

+ 0 - 5
include/SDL3/SDL_begin_code.h

@@ -68,11 +68,6 @@
 # endif
 # endif
 #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 */
 /* By default SDL uses the C calling convention */
 #ifndef SDLCALL
 #ifndef SDLCALL
 #if (defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINRT) || defined(SDL_PLATFORM_GDK)) && !defined(__GNUC__)
 #if (defined(SDL_PLATFORM_WIN32) || defined(SDL_PLATFORM_WINRT) || defined(SDL_PLATFORM_GDK)) && !defined(__GNUC__)