Skip to content

Commit

Permalink
fix build for WideCharToMultiByte
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwu committed May 8, 2019
1 parent a9c741c commit eaf080d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imgui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9491,6 +9491,7 @@ static void SettingsHandlerWindow_WriteAll(ImGuiContext* ctx, ImGuiSettingsHandl

#ifdef _MSC_VER
#pragma comment(lib, "user32")
#pragma comment(lib, "kernel32")
#endif

static const char* GetClipboardTextFn_DefaultImpl(void*)
Expand Down

0 comments on commit eaf080d

Please sign in to comment.