mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
Merge branch 'master' into docking
# Conflicts: # examples/imgui_impl_dx9.cpp # examples/imgui_impl_opengl3.cpp
This commit is contained in:
commit
49fb8e6c45
17 changed files with 138 additions and 127 deletions
|
|
@ -944,7 +944,7 @@ CODE
|
|||
#endif
|
||||
#include "imgui_internal.h"
|
||||
|
||||
#include <ctype.h> // toupper, isprint
|
||||
#include <ctype.h> // toupper
|
||||
#include <stdio.h> // vsnprintf, sscanf, printf
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1500 // MSVC 2008 or earlier
|
||||
#include <stddef.h> // intptr_t
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue