Merge pull request #4601 from assimp/kimkulling/fix_mingw_compilation_issue4586

Use mingw.include
pull/4605/head^2
Kim Kulling 2022-06-30 21:46:55 +02:00 committed by GitHub
commit 43f060663f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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