16 lines
396 B
Plaintext
16 lines
396 B
Plaintext
/* Copyright (c) 1996 - 1999 Microsoft Corporation */
|
|
|
|
#include <windows.h>
|
|
|
|
|
|
#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 "Text Only Driver"
|
|
#define VER_INTERNALNAME_STR "tty.dll"
|
|
#define VER_ORIGINALFILENAME_STR "tty.dll"
|
|
|
|
#include "common.ver"
|
|
|