Revision: 16523
http://sourceforge.net/p/skim-app/code/16523
Author: hofman
Date: 2026-09-22 09:12:35 +0000 (Tue, 22 Sep 2026)
Log Message:
-----------
PDF macros may only be undefined for macOS
Modified Paths:
--------------
trunk/SkimNotes/PDFAnnotation_SKNExtensions.h
Modified: trunk/SkimNotes/PDFAnnotation_SKNExtensions.h
===================================================================
--- trunk/SkimNotes/PDFAnnotation_SKNExtensions.h 2026-09-22 09:04:05 UTC
(rev 16522)
+++ trunk/SkimNotes/PDFAnnotation_SKNExtensions.h 2026-09-22 09:12:35 UTC
(rev 16523)
@@ -47,9 +47,9 @@
NS_ASSUME_NONNULL_BEGIN
#ifndef PDFKIT_PLATFORM_IOS
+
// Undefine this if you want Skim notes to be implemented by the PDFAnnotation
class
#define SKIMNOTES_USE_LEGACY_PDFANNOTATION_SUBCLASSES
-#endif
#ifndef PDFRect
#define PDFRect NSRect
@@ -64,6 +64,8 @@
#define PDFKitPlatformImage NSImage
#endif
+#endif
+
/*!
@discussion Global string for Free Text note type.
*/
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