Skip to content

Conversation

@bobtista
Copy link

Win32 Debug build was failing for me until I added this fix

@xezon
Copy link

xezon commented Nov 25, 2025

Why was this suddenly required?

@xezon
Copy link

xezon commented Nov 25, 2025

Check your preprocessor macros. For me _WINDOWS is present

image

@OmniBlade
Copy link

If anything _WIN32 should be the only one used as its set by the compiler unconditionally? Having them all is suboptimal.

@xezon
Copy link

xezon commented Nov 26, 2025

Yes maybe make a pass and just use _WIN32 everywhere? Do you still have this compile error?

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.

3 participants