mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
build: Make ImHex fully compile with MSVC and Clang CL
This does NOT make ImHex work yet. However it can now be compiled
This commit is contained in:
@@ -22,7 +22,7 @@ namespace hex::plugin::builtin {
|
||||
ImNodesContext *ctx = ImNodes::CreateContext();
|
||||
ctx->Style = ImNodes::GetStyle();
|
||||
ctx->Io = ImNodes::GetIO();
|
||||
ctx->AttributeFlagStack = GImNodes->AttributeFlagStack;
|
||||
ctx->AttributeFlagStack = ImNodes::GetCurrentContext()->AttributeFlagStack;
|
||||
|
||||
return ctx;
|
||||
}(), [](ImNodesContext *ptr) {
|
||||
|
||||
Reference in New Issue
Block a user