mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Add missing export declarations required by libs-gui on Windows MSVC
This commit is contained in:
parent
082e93aa9e
commit
47480d781a
4 changed files with 10 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue