mirror of https://github.com/encounter/SDL.git
Fixed bug 3807 - Remove restriction from DECLSPEC macro for OS/2
Ozkan Sezer The following patch removes the unnecessary / wrong Watcom restriction from the DECLSPEC macro for OS/2.
This commit is contained in:
parent
8004be6449
commit
f33377802a
|
@ -61,7 +61,7 @@
|
||||||
# else
|
# else
|
||||||
# define DECLSPEC __declspec(dllexport)
|
# define DECLSPEC __declspec(dllexport)
|
||||||
# endif
|
# endif
|
||||||
# elif defined(__OS2__) && defined(__WATCOMC__)
|
# elif defined(__OS2__)
|
||||||
# ifdef BUILD_SDL
|
# ifdef BUILD_SDL
|
||||||
# define DECLSPEC __declspec(dllexport)
|
# define DECLSPEC __declspec(dllexport)
|
||||||
# else
|
# else
|
||||||
|
|
Loading…
Reference in New Issue