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:
WerWolv
2025-02-01 15:13:13 +01:00
parent 466b372d41
commit 8039ae1b90
18 changed files with 95 additions and 33 deletions

View File

@@ -31,7 +31,7 @@
#define sscanf sscanf_s
#endif
ImNodesContext* GImNodes = NULL;
IMGUI_API ImNodesContext* GImNodes = NULL;
namespace IMNODES_NAMESPACE
{