ソースを参照

Use mingw.include

Kim Kulling 3 年 前
コミット
55625d1af5
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)