Skip to content
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

Add _UNICODE to default defines on Windows #1540

Merged
merged 3 commits into from
Feb 9, 2018
Merged

Add _UNICODE to default defines on Windows #1540

merged 3 commits into from
Feb 9, 2018

Conversation

sylveon
Copy link
Contributor

@sylveon sylveon commented Feb 9, 2018

Fixes #1538

@sean-mcmanus sean-mcmanus modified the milestone: February 2018 Feb 9, 2018
@sean-mcmanus
Copy link
Collaborator

You can add an entry to the 0.15.0 CHANGELOG.md if you want.

@sylveon
Copy link
Contributor Author

sylveon commented Feb 9, 2018

Thanks, done.

@@ -9,6 +9,7 @@
* Fix error popup appearing with non-workspace files when using `compile_commands.json`. [#1475](https://github.com/Microsoft/vscode-cpptools/issues/1475)
* Add more macros to `cpp.hint` (fixing missing symbols).
* Added support for config variables to `c_cpp_properties.json` [#314](https://github.com/Microsoft/vscode-cpptools/issues/314)
* Define \_UNICODE by default on Windows platforms. [#1538](https://github.com/Microsoft/vscode-cpptools/issues/1538)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

super nit: Can you use ` around `_UNICODE` instead of '\'? It will show up in the changelog better that way.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course

@sean-mcmanus sean-mcmanus merged commit 2fcd4b4 into microsoft:master Feb 9, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Oct 16, 2020
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.

False error
3 participants