Browse Source

Fix building for Windows desktop

Alex Szpakowski 9 years ago
parent
commit
08671ae48e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/common/config.h

+ 1 - 0
src/common/config.h

@@ -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