18 lines
376 B
Plaintext
18 lines
376 B
Plaintext
/*
|
|
|
|
Copyright (c) 1997-1999 Microsoft Corporation
|
|
|
|
*/
|
|
|
|
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft SDP Parser"
|
|
#define VER_INTERNALNAME_STR "sdpparse.dll"
|
|
#define VER_ORIGINALFILENAME_STR "sdpparse.dll"
|
|
|
|
#include "common.ver"
|