mirror of https://github.com/tongzx/nt5src
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.
41 lines
574 B
41 lines
574 B
/*++
|
|
|
|
Copyright (c) 1999-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
ultest.rc
|
|
|
|
Abstract:
|
|
|
|
Resource file for the UL automation tests.
|
|
|
|
Author:
|
|
|
|
Paul McDaniel (paulmcd) 21-Jan-1999
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <_ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILEDESCRIPTION_STR "WMI Provider for UL.SYS PerfCounters"
|
|
#define VER_INTERNALNAME_STR "ulperf.dll"
|
|
|
|
#include <iisver.h>
|
|
#include <common.ver>
|
|
|
|
|
|
#include "resource.h"
|
|
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_ULPERF REGISTRY DISCARDABLE "ulperf.rgs"
|
|
|
|
|