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

Simplify platform ifdefs#266

Merged
jkotas merged 2 commits into
dotnet:masterfrom
jkotas:simplify-ifdefs
Feb 14, 2015
Merged

Simplify platform ifdefs#266
jkotas merged 2 commits into
dotnet:masterfrom
jkotas:simplify-ifdefs

Conversation

@jkotas
Copy link
Copy Markdown
Member

@jkotas jkotas commented Feb 13, 2015

Simplify platform ifdefs like #if defined(_WIN64) || defined(TARGET_ARM) to #if !defined(TARGET_X86) based on @BruceForstall suggestion

Simplify platform ifdefs like #if defined(_WIN64) || defined(_TARGET_ARM_) to #if !defined(_TARGET_X86_) based on @BruceForstall suggestion
@jkotas
Copy link
Copy Markdown
Member Author

jkotas commented Feb 13, 2015

@BruceForstall Could you please take a look?

jkotas added a commit that referenced this pull request Feb 14, 2015
@jkotas jkotas merged commit 7b23c82 into dotnet:master Feb 14, 2015
@jkotas jkotas deleted the simplify-ifdefs branch February 14, 2015 03:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants