21 lines
443 B
Plaintext
21 lines
443 B
Plaintext
#if 0
|
|
Copyright (c) 1996 - 1997 Microsoft Corporation. All Rights Reserved.
|
|
#endif
|
|
|
|
#include <windows.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Versioning
|
|
//
|
|
|
|
#define VERSION_RES_TYPE VFT_DLL
|
|
#define VERSION_RES_ACTIVEX "SDK Tool\0"
|
|
|
|
#define VERSION_RES_NAME "Measure.dll\0"
|
|
#define VERSION_RES_DESCRIPTION "DirectShow SDK Performance Logger\0"
|
|
|
|
#include <quartz.ver>
|
|
#include <quartz.rcv>
|
|
|