mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Fix empty preprocessor directive
This commit is contained in:
parent
1ab459bffa
commit
e58f37337c
1 changed files with 0 additions and 1 deletions
|
@ -372,7 +372,6 @@ static inline void gs_consumed(id NS_CONSUMED GS_UNUSED_ARG o) { return; }
|
|||
#if defined(GNUSTEP_WITH_DLL)
|
||||
|
||||
#if BUILD_libgnustep_base_DLL
|
||||
#
|
||||
# if defined(__MINGW__)
|
||||
/* On Mingw, the compiler will export all symbols automatically, so
|
||||
* __declspec(dllexport) is not needed.
|
||||
|
|
Loading…
Reference in a new issue