UsingSimpledisplayWindows

If you have to get down and dirty with implementation details, this helps figure out if Windows is available you can static if(UsingSimpledisplayWindows) ... more reliably than version() because version is module-local.

version(Windows)
enum bool UsingSimpledisplayWindows;
Suggestion Box / Bug Report