On win64 there is *no* extended support nor will there ever be in the rtl. It defaults to interpreting extended as double, because afaik the ABI prescribes that. And that's probably because of the resolution of modern FPU's.
You are free to use any of the extended math libraries, however. There are many.
Or alternatively use win32. Or scaling: the full range +/- is rarely needed, so scaling would solve most real world issues.
This is by no means Windows only, btw.