Skip to content

MSC_VER preprocessor check corrections #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 28, 2022
Merged

MSC_VER preprocessor check corrections #45

merged 2 commits into from
Jan 28, 2022

Conversation

sezero
Copy link
Contributor

@sezero sezero commented Nov 22, 2019

  1. correct some _MSC_VER ifdefs
    load_pat.c is excluded: it's handled in PR LoadPAT: timidity.cfg and instrument path tweaks #41.

  2. changed several 'MSC_VER' checks into '_MSC_VER && _M_IX86' checks
    they are supposed to be guarding Visual Studio inline IX86 asm code

load_pat.c is excluded: it's handled in PR #41.
they are supposed to be guarding Visual Studio inline IX86 asm code
@sezero
Copy link
Contributor Author

sezero commented Jun 12, 2021

PING?

@Konstanty Konstanty merged commit 82fc715 into Konstanty:master Jan 28, 2022
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.

2 participants