mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Merge pull request #232 from Veykril/master
Do not reexport ffi imgui functions on windows
This commit is contained in:
commit
9ed1394fc2
@ -27,6 +27,7 @@ fn main() -> io::Result<()> {
|
||||
build.cpp(true);
|
||||
// Disabled due to linking issues
|
||||
build
|
||||
.define("CIMGUI_NO_EXPORT", None)
|
||||
.define("IMGUI_DISABLE_WIN32_FUNCTIONS", None)
|
||||
.define("IMGUI_DISABLE_OSX_FUNCTIONS", None);
|
||||
for path in &CPP_FILES {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user