mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00
dont break cimgui.h on comments generation
This commit is contained in:
@@ -225,7 +225,9 @@ local function colapse_defines(str, define)
|
||||
return str
|
||||
end
|
||||
local wchardefine =
|
||||
[[#ifdef IMGUI_USE_WCHAR32
|
||||
[[
|
||||
|
||||
#ifdef IMGUI_USE_WCHAR32
|
||||
typedef ImWchar32 ImWchar;
|
||||
#else
|
||||
typedef ImWchar16 ImWchar;
|
||||
|
Reference in New Issue
Block a user