Skip to content

Commit

Permalink
Fixed VS build.
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaradzic committed Oct 25, 2017
1 parent 2ce62b9 commit c633178
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 3rdparty/ocornut-imgui/imconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
#define IMGUI_INCLUDE_IMGUI_USER_H

//---- Don't implement default handlers for Windows (so as not to link with OpenClipboard() and others Win32 functions)
#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCS
#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS
#define IMGUI_DISABLE_WIN32_DEFAULT_CLIPBOARD_FUNCTIONS
#define IMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCTIONS

//---- Don't implement help and test window functionality (ShowUserGuide()/ShowStyleEditor()/ShowTestWindow() methods will be empty)
//#define IMGUI_DISABLE_TEST_WINDOWS
Expand Down

0 comments on commit c633178

Please sign in to comment.