Skip to content

windows: Fix compilation with mingw-w64 so it uses correct printf implem... #621

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
May 20, 2014

Conversation

stinos
Copy link
Contributor

@stinos stinos commented May 20, 2014

...entations

Without this flag, mingw-w64 uses the msvcimplementations of snpintf and the likes.
This is not really a problem since they work with the the fixes provided for msvc,
but due to the way mingw-w64's stdio.h is structured we cannot get it to use the fixes.

…lementations

Without this flag, mingw-w64 uses the MS implementations of snpintf and the likes.
This is not really a problem since they work with the the fixes provided for msvc,
but due to the way mingw-w64's stdio.h is structured we cannot get it to use the fixes.
pfalcon added a commit that referenced this pull request May 20, 2014
windows: Fix compilation with mingw-w64 so it uses correct printf implem...
@pfalcon pfalcon merged commit 008343f into micropython:master May 20, 2014
@stinos stinos deleted the migw-w64-fix branch May 20, 2014 14:28
tannewt pushed a commit to tannewt/circuitpython that referenced this pull request Feb 21, 2018
…s_brightness

Increase the status LED brightness a bit so that newer DotStars
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