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

13 lines
320 B
Plaintext

#include <ntverp.h>
#define VER_FILEVERSION 0, 3, 0, 0
#define VER_FILETYPE VFT_DRV
#define VER_FILESUBTYPE VFT2_DRV_PRINTER
#define VER_FILEDESCRIPTION_STR "TTYUI Text Only Driver"
#define VER_INTERNALNAME_STR "tty.dll"
#define VER_ORIGINALFILENAME_STR "tty.dll"
#include "common.ver"