January 17, 2012
I'm running across version( Win32 ) in phobos.  Often the code is perfectly valid for Win64 as well.

Is it acceptable to replace version( Win32 ) with version( Windows )?
January 17, 2012
Am 17.01.2012, 01:49 Uhr, schrieb Daniel Green <venix1@gmail.com>:

> I'm running across version( Win32 ) in phobos.  Often the code is perfectly valid for Win64 as well.
>
> Is it acceptable to replace version( Win32 ) with version( Windows )?

Yep.