@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user