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

@ -46,7 +46,7 @@ static NSConnection *spellServerConnection = nil;
static NSString *GNU_UserDictionariesDir = @"Dictionaries";
// Function to create name for spell server....
NSString*
GS_DECLARE NSString*
GSSpellServerName(NSString *vendor, NSString *language)
{
NSString *serverName = nil;