From 4b6390261b61bb16fab2c4f5b97b65f8d8fb62ab Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 30 Nov 2022 11:33:32 +0300
Subject: [PATCH] begin_code.h: remove obsolete __SYMBIAN32__ handling for
DECLSPEC.
---
include/SDL3/begin_code.h | 6 ------
1 file changed, 6 deletions(-)
diff --git a/include/SDL3/begin_code.h b/include/SDL3/begin_code.h
index 6730410dd0c8..064842913df4 100644
--- a/include/SDL3/begin_code.h
+++ b/include/SDL3/begin_code.h
@@ -75,12 +75,6 @@
#endif
#endif /* SDLCALL */
-/* Removed DECLSPEC on Symbian OS because SDL cannot be a DLL in EPOC */
-#ifdef __SYMBIAN32__
-#undef DECLSPEC
-#define DECLSPEC
-#endif /* __SYMBIAN32__ */
-
/* Force structure packing at 4 byte alignment.
This is necessary if the header is included in code which has structure
packing set to an alternate value, say for loading structures from disk.