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 MinGW builds #61

Merged
merged 1 commit into from
Sep 28, 2024
Merged

Fix MinGW builds #61

merged 1 commit into from
Sep 28, 2024

Conversation

Cacodemon345
Copy link
Contributor

  1. Include <stdexcept> for music_win_mididevice.cpp
  2. Force UNICODE and _UNICODE defines.
  3. Also define __USE_MINGW_ANSI_STDIO and redirect glib printf calls to C standard library.

Fixes #59.

@coelckers coelckers merged commit 7307ecf into ZDoom:master Sep 28, 2024
8 checks passed
@coelckers
Copy link
Member

I have no intention to officially define MinGW but this looks harmless enough to not merge it.

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.

Build failure at Windows 10 MinGW 13 compiler.
2 participants