Преглед на файлове

begin_code.h: remove obsolete __SYMBIAN32__ handling for DECLSPEC.

Ozkan Sezer преди 3 години
родител
ревизия
4b6390261b
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      include/SDL3/begin_code.h

+ 0 - 6
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.