H-uru / Plasma

Cyan Worlds's Plasma game engine
http://h-uru.github.io/Plasma/
GNU General Public License v3.0
205 stars 81 forks source link

Fix Win32 ifdef check in DisplayScaleChangedMsg #1408

Closed dpogue closed 1 year ago

dpogue commented 1 year ago

This is more consistent with how we do compile-time checking in the rest of the codebase, and avoid issues on compilers producing Windows binaries that somehow don't define WIN32 by default (aka mingw-w64)