1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 12:27:35 +00:00

MacPDF: Make pdfs without embedded fonts work again

A prior change removed some (very hacky) code needed for this
This commit is contained in:
Nico Weber 2023-09-21 22:06:35 -04:00 committed by Andreas Kling
parent 87f31cab70
commit f5e81c8a99
2 changed files with 8 additions and 0 deletions

View file

@ -5,7 +5,10 @@
// Created by Nico Weber on 7/22/23.
//
// Several AK types conflict with MacOS types.
#define FixedPoint FixedPointMacOS
#import <Cocoa/Cocoa.h>
#undef FixedPoint
@interface AppDelegate : NSObject <NSApplicationDelegate>