You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
463 B
20 lines
463 B
#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>
|
|
|