You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
I cross compile a windows DLL from linux
The text was updated successfully, but these errors were encountered: