winternl.h missing
GCC for 32-bit and 64-bit Windows with a real installer & updater
Brought to you by:
tdragon
Hi,
I'm currently trying to use TDM-GCC 5.1 (full install with tdm-gcc-5.1.0-3.exe) to compile glib for 32-bit platforms, and run into an issue with a missing header file (winternl.h). I already filed a report in the gnome bug tracker (see https://bugzilla.gnome.org/show_bug.cgi?id=761553), but it's apparently not a bug in glib.
I've tried to replace the TDM w32api headers with the one used in msys2, but it does'nt seem to work as expected.
Would it be possible to add the missing file (or files, if winternl has dependencies) in the include folder? If not, any advice would be welcome.
Thanks in advance.
Anonymous
winternl.h only exists in mingw-w64, seems the gnome devs have abandoned mingw.org for windows compiling. You might get around it by patching the source yourself, depends what functions from winternl are missing.