Преглед изворни кода

Merge pull request #4601 from assimp/kimkulling/fix_mingw_compilation_issue4586

Use mingw.include
Kim Kulling пре 3 година
родитељ
комит
43f060663f
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      code/res/assimp.rc

+ 4 - 0
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)