It appears that at some point, cygwin's gcc changed to no longer define _WIN32.
So we should begin experimenting with converting all references to _MSC_VER
with _WIN32 (or in some cases _WIN64).
It would be nice to know what changed and when so that we can
do some ./configure tests for it.
Also need to see if this works under cmake using gcc.
re: #1105
It appears that at some point, cygwin's gcc changed to no longer define _WIN32.
So we should begin experimenting with converting all references to _MSC_VER
with _WIN32 (or in some cases _WIN64).
It would be nice to know what changed and when so that we can
do some ./configure tests for it.
Also need to see if this works under cmake using gcc.
re: #1105