Generating .di header files from ImportC files

Walter Bright newshound2 at digitalmars.com
Mon Oct 23 18:00:39 UTC 2023


On 10/23/2023 9:08 AM, d007 wrote:
> Error: unrecognized file extension h

That's because recognizing h files caused Iain problems building gdc.

To deal with:

--- file.c ---
#include "file.h"
--------------


More information about the Digitalmars-d mailing list