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(...){ ... }