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

MacPDF: Introduce CocoaWrapper.h

No behavior change.
This commit is contained in:
Nico Weber 2023-10-02 19:05:21 -04:00 committed by Andreas Kling
parent 65717e3b75
commit d6dff83397
3 changed files with 14 additions and 8 deletions

View file

@ -6,10 +6,7 @@
#pragma once
// Several AK types conflict with MacOS types.
#define FixedPoint FixedPointMacOS
#import <Cocoa/Cocoa.h>
#undef FixedPoint
#include "CocoaWrapper.h"
#import "MacPDFView.h"