Skip to content

_MSC_VER -> _WIN32 #1108

@DennisHeimbigner

Description

@DennisHeimbigner

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions