mirror of
https://github.com/ocornut/imgui.git
synced 2026-05-28 12:06:39 +08:00
Build fix for non Windows platforms.
This commit is contained in:
@@ -14352,7 +14352,7 @@ static void PlatformOpenInShellFn_DefaultImpl(ImGuiContext*, const char* path)
|
|||||||
{
|
{
|
||||||
::ShellExecuteA(NULL, "open", path, NULL, NULL, SW_SHOWDEFAULT);
|
::ShellExecuteA(NULL, "open", path, NULL, NULL, SW_SHOWDEFAULT);
|
||||||
}
|
}
|
||||||
#elif !defined(IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS))
|
#elif !defined(IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS)
|
||||||
static void PlatformOpenInShellFn_DefaultImpl(ImGuiContext*, const char* path)
|
static void PlatformOpenInShellFn_DefaultImpl(ImGuiContext*, const char* path)
|
||||||
{
|
{
|
||||||
#if __APPLE__
|
#if __APPLE__
|
||||||
|
|||||||
Reference in New Issue
Block a user