gfx2.rc: fix includes for MinGW32
verrsrc.h, not VerRsrc.h
This commit is contained in:
parent
a203da655a
commit
ea19619b90
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user