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