Revision: 13320
http://sourceforge.net/p/skim-app/code/13320
Author: hofman
Date: 2023-02-27 16:04:57 +0000 (Mon, 27 Feb 2023)
Log Message:
-----------
import runtime.h instead of objc-runtime.h
Modified Paths:
--------------
trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
Modified: trunk/SkimNotes/PDFAnnotation_SKNExtensions.m
===================================================================
--- trunk/SkimNotes/PDFAnnotation_SKNExtensions.m 2023-02-27 15:48:52 UTC
(rev 13319)
+++ trunk/SkimNotes/PDFAnnotation_SKNExtensions.m 2023-02-27 16:04:57 UTC
(rev 13320)
@@ -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,7 +54,6 @@
#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