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 specific define for MSYS2 mingw64 to support C *printf Format %z #343

Merged
merged 1 commit into from
Nov 20, 2020

Conversation

bvernoux
Copy link
Contributor

Add #define __USE_MINGW_ANSI_STDIO 1
Required for MSYS2 mingw64 to C *printf Format "%zu" ...
For more details see https://www.msys2.org/wiki/Porting chapter C *printf Format Specifier issues

Add #define __USE_MINGW_ANSI_STDIO 1
Required for MSYS2 mingw64 to C *printf Format "%zu" ...
For more details see https://www.msys2.org/wiki/Porting chapter C *printf Format Specifier issues
@bvernoux bvernoux changed the title Add specific define for MINGW to support C *printf Format %z Add specific define for MSYS2 mingw64 to support C *printf Format %z Nov 20, 2020
@azonenberg azonenberg merged commit d64ceef into ngscopeclient:master Nov 20, 2020
@bvernoux bvernoux deleted the patch-1 branch November 20, 2020 14:29
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.

3 participants