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

Fix some bugs when using MSVC #3

Merged
merged 4 commits into from
Feb 22, 2018
Merged

Fix some bugs when using MSVC #3

merged 4 commits into from
Feb 22, 2018

Conversation

darkstar
Copy link
Contributor

At least on MSVC this needs stdint.h so we put that in here as well

In the long run, emu.h should probably #include all it needs by itself...?

At least on MSVC this needs stdint.h so we put that in here as well
Maybe it *was* a bit late last night... ;-)
@darkstar darkstar changed the title SOUND: Turns out emu.h needs uint64_t defined... Fix some bugs when using MSVC Feb 22, 2018
wsprintf() is deprecated, has a potential for buffer overflows (no
length parameter), and doesn't handle 64-bit format strings (%llu and
friends) at all. Three good reasons to get rid of it...
@waltje waltje merged commit e7d7a52 into VARCem:master Feb 22, 2018
@waltje
Copy link
Collaborator

waltje commented Feb 22, 2018

Looks good!

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

2 participants