Revision: 13321
http://sourceforge.net/p/skim-app/code/13321
Author: hofman
Date: 2023-02-28 15:03:21 +0000 (Tue, 28 Feb 2023)
Log Message:
-----------
import objc-runtime.h on macOS and runtime.h on iOS
Modified Paths:
--------------
trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
Modified: trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
===================================================================
--- trunk/SkimNotes/PDFAnnotation_SKNExtensions.m 2023-02-27 16:04:57 UTC
(rev 13320)
+++ trunk/SkimNotes/PDFAnnotation_SKNExtensions.m 2023-02-28 15:03:21 UTC
(rev 13321)
@@ -38,12 +38,12 @@
#import "PDFAnnotation_SKNExtensions.h"
#import "SKNPDFAnnotationNote.h"
-#import <objc/runtime.h>
#import <tgmath.h>
#if defined(PDFKIT_PLATFORM_IOS)
#import <CoreGraphics/CoreGraphics.h>
+#import <objc/runtime.h>
#define SKNMakePoint(x, y) CGPointMake(x, y)
#define SKNPointFromString(string) CGPointFromString(string)
@@ -54,6 +54,7 @@
#else
+#import <objc/objc-runtime.h>
#if !defined(PDFKIT_PLATFORM_OSX)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit