mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
parent
1ec99f4fd3
commit
806731e37a
1 changed files with 4 additions and 2 deletions
|
|
@ -15138,11 +15138,13 @@ static void Platform_SetClipboardTextFn_DefaultImpl(ImGuiContext* ctx, const cha
|
||||||
#if defined(__APPLE__) && TARGET_OS_IPHONE
|
#if defined(__APPLE__) && TARGET_OS_IPHONE
|
||||||
#define IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
#define IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
||||||
#endif
|
#endif
|
||||||
|
#if defined(__3DS__)
|
||||||
|
#define IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
||||||
|
#endif
|
||||||
#if defined(_WIN32) && defined(IMGUI_DISABLE_WIN32_FUNCTIONS)
|
#if defined(_WIN32) && defined(IMGUI_DISABLE_WIN32_FUNCTIONS)
|
||||||
#define IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
#define IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif // #ifndef IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
||||||
|
|
||||||
#ifndef IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
#ifndef IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue