2025-04-27 07:49:33 -04:00

19 lines
698 B
Plaintext

/********************************************************************/
/* apt84res.RCV */
/********************************************************************/
#include <windows.h>
#include <ntverp.h>
#define VER_FILETYPE VFT_DRV
#define VER_FILEVERSION 0, 3, 0x0501, 0
#define VER_FILESUBTYPE VFT2_DRV_VERSIONED_PRINTER
#define VER_FILEDESCRIPTION_STR "IBM 558X Printer MiniDriver"
#define VER_INTERNALNAME_STR "IB87WRES"
#define VER_LEGALCOPYRIGHT_YEARS "1998-1999"
#define VER_ORIGINALFILENAME_STR "IB87WRES.DLL"
#include <common.ver>