Merge pull request #146 from DavidHVernon/keysight-win

Another windows fix, per Greg C recommendation.
This commit is contained in:
Fred Kiefer 2022-03-30 23:35:33 +02:00 committed by GitHub
commit 24a3c29748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,8 @@
#import <Foundation/NSProgress.h>
#import <Foundation/NSError.h>
DEFINE_BLOCK_TYPE(GSFontAssetCompletionHandler, BOOL, NSError*);
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
#if defined(__cplusplus)
@ -40,8 +42,6 @@ enum {
};
typedef NSUInteger NSFontAssetRequestOptions;
DEFINE_BLOCK_TYPE(GSFontAssetCompletionHandler, BOOL, NSError*);
@interface NSFontAssetRequest : NSObject <NSProgressReporting>
- (instancetype) initWithFontDescriptors: (NSArray *)fontDescriptors