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

Rework format strings to use standard values #448

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Feb 16, 2024

Since C+11 it is properly defined in C++. For C it depends on the compiler (MS or not), not the targeted platform.

The wide variants can always be defined as wide variants of the original format string.

It's a common macro that can be used in other places.
See https://en.cppreference.com/w/cpp/types/integer

When compiled in C, it depends whether it's the Microsoft flavor or the standard C format. Not
whether it's Win32 or not. Clang or GCC use the proper string formats on windows.
dheitmueller pushed a commit to LTNGlobal-opensource/vlc-3.0 that referenced this pull request May 24, 2024
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.

None yet

1 participant