From daeb923f6db51c4e1dbeeddecd02124580f791d1 Mon Sep 17 00:00:00 2001 From: goaaats Date: Mon, 24 Mar 2025 19:16:52 +0100 Subject: [PATCH] Add missing declaration for utils::is_running_on_wine() --- Dalamud.Boot/utils.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dalamud.Boot/utils.h b/Dalamud.Boot/utils.h index eef405b26..2cdaf60a7 100644 --- a/Dalamud.Boot/utils.h +++ b/Dalamud.Boot/utils.h @@ -267,6 +267,8 @@ namespace utils { return get_env_list(unicode::convert(pcszName).c_str()); } + bool is_running_on_wine(); + std::filesystem::path get_module_path(HMODULE hModule); /// @brief Find the game main window.