win32: fix symbols leakage for static libraries
parent
7f1c6e82b9
commit
146d9b8201
|
@ -58,8 +58,10 @@
|
|||
# else
|
||||
# define DECLSPEC __declspec(dllimport)
|
||||
# endif
|
||||
# else
|
||||
# elif defined(_DLL)
|
||||
# define DECLSPEC __declspec(dllexport)
|
||||
# else
|
||||
# define DECLSPEC
|
||||
# endif
|
||||
# elif defined(__OS2__)
|
||||
# ifdef BUILD_SDL
|
||||
|
|
Loading…
Reference in New Issue