windows-nt/Source/XPSP1/NT/base/mvdm/wow16/gdi/gdi.rcv
2020-09-26 16:20:57 +08:00

14 lines
546 B
Plaintext

/********************************************************************/
/* GDI.RCV */
/********************************************************************/
#include <version.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Windows Graphics Device Interface core component"
#define VER_INTERNALNAME_STR "GDI"
#define VER_ORIGINALFILENAME_STR "GDI.EXE"
#include <common.ver>