Skip to content

Omit the _WIN64 definition check#6446

Merged
matz merged 1 commit into
mruby:masterfrom
dearblue:win64
Dec 8, 2024
Merged

Omit the _WIN64 definition check#6446
matz merged 1 commit into
mruby:masterfrom
dearblue:win64

Conversation

@dearblue
Copy link
Copy Markdown
Contributor

@dearblue dearblue commented Dec 7, 2024

Checking the official MSVC documentation, if _WIN64 is defined, then _WIN32 is also defined.
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros

I could not find any documentation on MinGW, but I assume it is not a problem.

Checking the official MSVC documentation, if `_WIN64` is defined, then `_WIN32` is also defined.
https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros

I could not find any documentation on MinGW, but I assume it is not a problem.
@dearblue dearblue requested a review from matz as a code owner December 7, 2024 14:08
@matz matz merged commit 7b0dcaa into mruby:master Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants