Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/Vulkan-Loader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxantares <xantares09@hotmail.com>2022-09-01 18:41:58 +0300
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2022-09-01 21:28:13 +0300
commitb437061de1ce0df273d173472433e125a6e24ed7 (patch)
tree5a9e9e27b63e1c10794f7056938f65601f25fd85
parent4f79db3afe55fff14ecf2b8b26f1a2bdc5b2dcf5 (diff)
appmodel.h is not yet available on mingw stable
https://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/thread/CALK-3mLynzo8%3D9tOoGjwUUWTCtG_MHb5L1Pzd_GCQ%2B8pR637MQ%40mail.gmail.com/#msg37677890
-rw-r--r--loader/loader_windows.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader/loader_windows.c b/loader/loader_windows.c
index 89408d2ed..693b6b7a3 100644
--- a/loader/loader_windows.c
+++ b/loader/loader_windows.c
@@ -51,7 +51,10 @@
#include <dxgi1_6.h>
#include "adapters.h"
+#ifndef __MINGW32__
+// not yet available with MinGW-w64 stable
#include <appmodel.h>
+#endif
#if !defined(NDEBUG)
#include <crtdbg.h>