Fix build issue with InterfaceBuilder framework on Windows

This commit is contained in:
Gregory Casamento 2023-10-22 07:45:46 -04:00
parent a045bde4a1
commit 8e1efd8285

View file

@ -29,7 +29,7 @@
#ifdef GNUSTEP_WITH_DLL
#if BUILD_libGorm_DLL
#if BUILD_libInterfaceBuilder_DLL
# if defined(__MINGW32__)
/* On Mingw, the compiler will export all symbols automatically, so
* __declspec(dllexport) is not needed.