From 383ccb2b6ab77dd9d3e2a438fb8e4fb5d446a509 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 28 Jul 2024 08:06:20 -0700 Subject: [PATCH] Finish removing SDL_DECLSPEC_FREE --- include/SDL3/SDL_begin_code.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/SDL3/SDL_begin_code.h b/include/SDL3/SDL_begin_code.h index ee4c9eab2a..f418c6109d 100644 --- a/include/SDL3/SDL_begin_code.h +++ b/include/SDL3/SDL_begin_code.h @@ -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__)