Hot fixes:
- Make sure the coff_writer does not emit any unused pages in the PDB. Apperantly, newer versions of DbgHelp do not like that.
- Fix crash when using a
__declspec(dllimport)
-declaration inside of a function (#1). - Add safety guards against global defines in
implicit\include\runtime.c
.