CloverBootloader/rEFIt_UEFI/PlatformPOSIX+EFI/cpp_util/operatorNewDelete.h
jief666 0a8f273560 Cleaning and improvement of PlatformPOSIX.
Create a PlatformPOSIX+EFI.
2021-05-05 13:20:40 +03:00

18 lines
300 B
C

#ifdef __cplusplus
extern "C" {
#endif
///*
// * Generated by c++ compiler, but needs to be called manually from main.
// */
//void __cxx_global_var_init();
//
///*
// * Needs to be called manually before exiting Clover.efi module.
// */
//void __cxa_finalize(void *f);
#ifdef __cplusplus
}
#endif