awslabs / aws-c-event-stream

C99 implementation of the vnd.amazon.eventstream content-type.
Apache License 2.0
33 stars 47 forks source link

change #if _MSC_VER to #ifdef _MSC_VER #97

Closed jmklix closed 1 year ago

jmklix commented 1 year ago

Issue #, if available: https://github.com/awslabs/aws-crt-cpp/issues/330 Description of changes: change #if _MSC_VER to #ifdef _MSC_VER

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.