libretro / libretro-common

Reusable coding blocks useful for libretro core and frontend development, written primarily in C. Permissively licensed.
147 stars 76 forks source link

Fix undefined macro causing build to fail on some platforms #187

Closed N7Alpha closed 2 years ago

N7Alpha commented 2 years ago

This file wouldn't build when using Unreal Engine's Android toolchain. I think the intended behavior was to short-circuit when _MSC_VER isn't defined which I've modified it to do.