mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-23 02:04:22 +00:00
Added IMGUI_USE_WCHAR32 instead of "#define ImWchar ImWchar32" to faclitate C-binding. (#2538, #2541, #2815)
This commit is contained in:
parent
f2b01c3436
commit
670367e51d
5 changed files with 19 additions and 13 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -202,7 +202,7 @@ jobs:
|
|||
|
||||
- name: Build example_null (with ImWchar32)
|
||||
run: |
|
||||
echo '#define ImWchar ImWchar32' > example_single_file.cpp
|
||||
echo '#define IMGUI_USE_WCHAR32' > example_single_file.cpp
|
||||
echo '#define IMGUI_IMPLEMENTATION' >> example_single_file.cpp
|
||||
echo '#include "misc/single_file/imgui_single_file.h"' >> example_single_file.cpp
|
||||
echo '#include "examples/example_null/main.cpp"' >> example_single_file.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue