64bit window headers

PewPew PewPew at example.com
Mon Jun 17 00:46:44 PDT 2013


On Sunday, 16 June 2013 at 16:44:59 UTC, new wrote:
> hi,
> are there any 64bit windows header files availabe?

You can use win api directly.

32/64 bit handled by defines, __WIN32__ etc.
FucnA - for 32 bit, FuncW - for 64 bit.

In D: version(...){ ... }



More information about the Digitalmars-d-learn mailing list