16 lines
353 B
Plaintext
16 lines
353 B
Plaintext
//
|
|
// Copyright (C) 1999 Microsoft Corporation
|
|
//
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILEDESCRIPTION_STR "PGM Protocol Driver\0"
|
|
#define VER_INTERNALNAME_STR "PGM.DLL\0"
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_ORIGINALFILENAME_STR "pgm.dll"
|
|
|
|
#include "common.ver"
|
|
|