Use mingw.include

This commit is contained in:
Kim Kulling 2022-06-30 20:58:34 +02:00
parent be700a0480
commit 55625d1af5
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)