Use winresrc.h for mingw

pull/4635/head
Koekto-code 2022-07-09 15:32:24 +03:00 committed by GitHub
parent d8f42279a6
commit d109db152c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
#include "revision.h"
#include "winres.h"
#if defined(__GNUC__) && defined(_WIN32)
#include "winresrc.h"
#else
#include "winres.h"
#endif
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)