Skip to content

Instantly share code, notes, and snippets.

@Cauterite
Created August 31, 2016 23:12
Show Gist options
  • Save Cauterite/18a1724c672b03f335dedde056c93315 to your computer and use it in GitHub Desktop.
Save Cauterite/18a1724c672b03f335dedde056c93315 to your computer and use it in GitHub Desktop.
compiling ImGui with DMC
dmc -c -DIMGUI_DISABLE_WIN32_DEFAULT_IME_FUNCS=1 -DSIZE_T=size_t -Dsnprintf=_snprintf imgui.cpp imgui_draw.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment