CloverBootloader/rEFIt_UEFI/PlatformEFI/cpp_util/globals_ctor.h
jief666 9906261e23 Fix visual studio compilation.
Fix some warnings.
Rename panic_ask to log_technical_bug.
2021-05-08 12:34:17 +03:00

18 lines
244 B
C

#ifdef __cplusplus
extern "C" {
#endif
#include <Uefi/UefiBaseType.h>
#ifdef __cplusplus
}
#endif
/*
* NOTE : self.getSelfLoadedImage() must be initialized to call this.
*/
extern void construct_globals_objects(EFI_HANDLE ImageHandle);