Skip to content

Fix _WIN32 macro checks - #1016

Open
Eli Ofenstein (eofenstein) wants to merge 1 commit into
microsoft:mainfrom
eofenstein:user/eofenstein/win32-macro-fix
Open

Fix _WIN32 macro checks#1016
Eli Ofenstein (eofenstein) wants to merge 1 commit into
microsoft:mainfrom
eofenstein:user/eofenstein/win32-macro-fix

Conversation

@eofenstein

Copy link
Copy Markdown
Contributor

Use #if defined(_WIN32) instead of #if _WIN32 to avoid undefined macro warnings on non-Windows platforms.

Use `#if defined(_WIN32)` instead of `#if _WIN32` to avoid undefined
macro warnings on non-Windows platforms.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant