mirror of
https://github.com/gnustep/apps-gorm.git
synced 2025-02-21 02:31:31 +00:00
Fix build issue with InterfaceBuilder framework on Windows
This commit is contained in:
parent
a045bde4a1
commit
8e1efd8285
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue