Trying to build UltraDefrag.
Sounds pretty simple, but as soon as you add a rc.o to the link objects of your binary, it will use the 32 bit version of comctl32.dll triggering a 0xc0000007 error on program startup.
This is a known mingw64 bug, but as the bug had no replies since 2011, I need a workaround for this (the program need to not use cygwin.dll, so I can’t use cygwin).
Any ideas ?