obfusheader.h icon indicating copy to clipboard operation
obfusheader.h copied to clipboard

mingw compiling error

Open TaxMachine opened this issue 1 year ago • 0 comments

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

TaxMachine avatar Jan 15 '25 04:01 TaxMachine