15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
//
|
|
// Version information
|
|
//
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Passport Manager Admin"
|
|
#define VER_INTERNALNAME_STR "pmconfig"
|
|
#define VER_ORIGINALFILENAME_STR "pmconfig.exe"
|
|
|
|
|
|
#include "common.ver"
|