Use winresrc.h for mingw

This commit is contained in:
Koekto-code
2022-07-09 15:32:24 +03:00
committed by GitHub
parent d8f42279a6
commit d109db152c

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)