mirror of https://github.com/encounter/SDL.git
win32: fix symbols leakage for static libraries
This commit is contained in:
parent
7f1c6e82b9
commit
146d9b8201
|
@ -58,8 +58,10 @@
|
||||||
# else
|
# else
|
||||||
# define DECLSPEC __declspec(dllimport)
|
# define DECLSPEC __declspec(dllimport)
|
||||||
# endif
|
# endif
|
||||||
# else
|
# elif defined(_DLL)
|
||||||
# define DECLSPEC __declspec(dllexport)
|
# define DECLSPEC __declspec(dllexport)
|
||||||
|
# else
|
||||||
|
# define DECLSPEC
|
||||||
# endif
|
# endif
|
||||||
# elif defined(__OS2__)
|
# elif defined(__OS2__)
|
||||||
# ifdef BUILD_SDL
|
# ifdef BUILD_SDL
|
||||||
|
|
Loading…
Reference in New Issue