Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Use BIT64 define for 64-bit specific code. #5987

Merged
merged 1 commit into from Jun 24, 2016
Merged

Conversation

myungjoo
Copy link

Using WIN32/WIN64 for 32/64-bit architecture dependent code confuses
developers especially those who develop coreclr for non-Windows
systems. Therefore, such definitions are modified to BIT64.

Fixes #4737

Signed-off-by: MyungJoo Ham myungjoo.ham@samsung.com

Using WIN32/WIN64 for 32/64-bit architecture dependent code confuses
developers especially those who develop coreclr for non-Windows
systems. Therefore, such definitions are modified to BIT64.

Fixes #4737

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
@myungjoo
Copy link
Author

@dotnet-bot Test CentOS7.1 x64 Debug Build and Test Please

@jkotas
Copy link
Member

jkotas commented Jun 24, 2016

LGTM. Thanks!

@jkotas jkotas merged commit 99c0410 into dotnet:master Jun 24, 2016
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Using WIN32/WIN64 for 32/64-bit architecture dependent code confuses
developers especially those who develop coreclr for non-Windows
systems. Therefore, such definitions are modified to BIT64.

Fixes dotnet/coreclr#4737

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>

Commit migrated from dotnet/coreclr@99c0410
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants