mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fix building for Windows desktop
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
// Platform stuff.
|
||||
#if defined(WIN32) || defined(_WIN32)
|
||||
# define LOVE_WINDOWS 1
|
||||
# include <winapifamily.h>
|
||||
#if WINAPI_FAMILY==WINAPI_FAMILY_APP
|
||||
# define LOVE_WINDOWS_UWP 1
|
||||
# define LOVE_NO_MODPLUG 1
|
||||
|
||||
Reference in New Issue
Block a user