Fix empty preprocessor directive

This commit is contained in:
rfm 2023-10-30 13:56:21 +00:00
parent 1ab459bffa
commit e58f37337c

View file

@ -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.