gfx2.rc: fix includes for MinGW32

verrsrc.h, not VerRsrc.h
This commit is contained in:
Thomas Bernard 2020-12-05 14:38:53 +01:00
parent a203da655a
commit ea19619b90
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

View File

@ -1,7 +1,7 @@
#ifdef _MSC_VER
#include <VerRsrc.h>
#ifdef __MINGW32__
#include <winver.h>
#else
#define VS_FF_DEBUG 0x00000001L
#include <verrsrc.h>
#endif
1 VERSIONINFO