From 55625d1af52ac89cf71a17af57c33128bd323fb3 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Thu, 30 Jun 2022 20:58:34 +0200 Subject: [PATCH] Use mingw.include --- code/res/assimp.rc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/res/assimp.rc b/code/res/assimp.rc index c36d812f8..fd10935f6 100644 --- a/code/res/assimp.rc +++ b/code/res/assimp.rc @@ -1,5 +1,9 @@ #include "revision.h" +#ifdef __GNUC__ +#include "winresrc.h" +#else #include "winres.h" +#endif LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL #pragma code_page(1252)