We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d45167e commit 019d96fCopy full SHA for 019d96f
Source/GUI/imgui/imgui.cpp
@@ -1097,6 +1097,7 @@ CODE
1097
#endif
1098
1099
// [Windows] OS specific includes (optional)
1100
+#define IMGUI_DISABLE_WIN32_FUNCTIONS // FIXME: compile separately instead.
1101
#if defined(_WIN32) && defined(IMGUI_DISABLE_DEFAULT_FILE_FUNCTIONS) && defined(IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS) && defined(IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS) && defined(IMGUI_DISABLE_DEFAULT_SHELL_FUNCTIONS) && !defined(IMGUI_DISABLE_WIN32_FUNCTIONS)
1102
#define IMGUI_DISABLE_WIN32_FUNCTIONS
1103
0 commit comments