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

16 lines
264 B
C++
Executable File

//
// SettingsUtils.c
// CloverX64
//
// Created by Jief on 24/04/2021.
//
#include "SettingsUtils.h"
#ifdef _MSC_VER // avoid waring LNK4221
int SettingsUtils_dummy = 0;
#endif
// 2021-05 There's probably soon to come
// If not, this file could be removed.