2019-12-01 13:01:27 +01:00
|
|
|
//
|
|
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
|
|
//
|
|
|
|
|
2020-03-01 15:16:28 +01:00
|
|
|
#ifndef CLOVERAPPLICATION
|
|
|
|
#define CLOVERAPPLICATION 1
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG
|
|
|
|
#define DEBUG_BACKUP DEBUG // backup original
|
|
|
|
#undef DEBUG
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "../../rEFIt_UEFI/Platform/Platform.h"
|
|
|
|
|
|
|
|
#ifdef DEBUG_BACKUP
|
|
|
|
#undef DEBUG
|
|
|
|
#define DEBUG DEBUG_BACKUP // restore original
|
|
|
|
#endif
|
|
|
|
|
2019-12-01 13:01:27 +01:00
|
|
|
#import "NSWindowFix.h"
|
2020-03-07 19:30:59 +01:00
|
|
|
#import "PNG8Image.h"
|
2020-03-01 15:16:28 +01:00
|
|
|
#import "gfxutil.h"
|
|
|
|
#import "efidevp.h"
|
2020-03-07 19:30:59 +01:00
|
|
|
|