diff --git a/imgui.cpp b/imgui.cpp index cac29a932..a5f011342 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -15144,6 +15144,12 @@ static void Platform_SetClipboardTextFn_DefaultImpl(ImGuiContext* ctx, const cha #endif #endif +#ifndef IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS +#ifdef __3DS__ +#define IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS +#endif +#endif + #ifndef IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS #ifdef _WIN32 #include // ShellExecuteA()