Skip to content

fix WIN32/ANDROID defined usage in core.h#525

Open
cscd98 wants to merge 1 commit intoXProger:masterfrom
cscd98:ming-fix
Open

fix WIN32/ANDROID defined usage in core.h#525
cscd98 wants to merge 1 commit intoXProger:masterfrom
cscd98:ming-fix

Conversation

@cscd98
Copy link
Contributor

@cscd98 cscd98 commented Mar 12, 2026

Fixes compile under MINGW. The use of #elif WIN32 is valid under MSVC but not MINGW.

../../core.h:36:12: error: #elif with no expression
   36 | #elif WIN32
      |            ^
In file included from ../../core.h:812:

I believe the same applies to android.

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.

1 participant