16 lines
414 B
Plaintext
16 lines
414 B
Plaintext
/*
|
|
* Oct 1996, inateeg
|
|
*
|
|
* Copyright (c)1994 Microsoft Corporation, All Rights Reserved
|
|
*/
|
|
#include <winver.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Master VirusScanner Object"
|
|
#define VER_INTERNALNAME_STR "viruschk"
|
|
#define VER_ORIGINALFILENAME_STR "VIRUSCHK.DLL"
|
|
|
|
#include <common.ver>
|