Add missing export declarations required by libs-gui on Windows MSVC

This commit is contained in:
Frederik Seiffert 2021-10-13 11:57:09 +02:00 committed by Frederik Seiffert
parent 082e93aa9e
commit 47480d781a
4 changed files with 10 additions and 1 deletions

View file

@ -78,6 +78,7 @@ GS_EXPORT NSString* const GSPublicNotificationCenterType;
GS_EXPORT NSString* const GSNetworkNotificationCenterType;
#endif
GS_EXPORT_CLASS
@interface NSDistributedNotificationCenter : NSNotificationCenter
{
#if GS_EXPOSE(NSDistributedNotificationCenter)