Skip to content

Do not use Windows ANSI APIs when targetting WinRT #80

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 1 commit into from
Oct 4, 2015

Conversation

mauve
Copy link
Contributor

@mauve mauve commented Oct 4, 2015

(This is a similar PR as #16 but with the difference that it doesn't pull in a dependency on Boost.Predef)

When targeting WinRT (phone, store, universal) we do not want to use ANSI versions of Windows APIS as a lot of the old win32 ansi apis are missing, therefore let's skip them altogether.

@jzmaddock
Copy link
Collaborator

That looks better, thanks.

jzmaddock added a commit that referenced this pull request Oct 4, 2015
Do not use Windows ANSI APIs when targetting WinRT
@jzmaddock jzmaddock merged commit cdc5750 into boostorg:develop Oct 4, 2015
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