Open
Description
when I enable control flow branching (I tested without and it compiles with no issue) and I then compile with mingw I get this error spammed
/usr/share/mingw-w64/include/ocidl.h: In function ‘constexpr const GUID& __mingw_uuidof() [with T = IOleControlSite; GUID = GUID]’:
obfusheader.h:616:43: error: call to non-‘constexpr’ function ‘volatile int int_proxy(double)’
616 | #define for(x) for (int _i=0; _i<int_proxy(_TRUE);_i++) for (x)
I cross compile a windows DLL from linux
Metadata
Metadata
Assignees
Labels
No labels