mirror of
https://github.com/ocornut/imgui.git
synced 2025-04-05 13:35:09 +00:00
fix 3ds compile
This commit is contained in:
parent
1ec99f4fd3
commit
3e8f4f3695
1 changed files with 6 additions and 0 deletions
|
@ -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 <shellapi.h> // ShellExecuteA()
|
||||
|
|
Loading…
Add table
Reference in a new issue