mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
Make PACKAGE_SCOPE @public on MinGW (#242)
This commit is contained in:
parent
969fe4c870
commit
13f2f5e792
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifdef __clang__
|
||||
#if defined(__clang__) && !defined(__MINGW32__)
|
||||
# define PACKAGE_SCOPE @package
|
||||
#else
|
||||
# define PACKAGE_SCOPE @public
|
||||
|
|
Loading…
Reference in a new issue