Leaked source code of windows server 2003
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.
|
|
///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997, Microsoft Corp. All rights reserved.
//
// FILE
//
// resource.h
//
// SYNOPSIS
//
// Resource ID's for IAS PerfMon DLL.
//
// MODIFICATION HISTORY
//
// 11/13/1997 Original version.
//
///////////////////////////////////////////////////////////////////////////////
#ifndef _RESOURCE_H_
#define _RESOURCE_H_
#define IDR_IASPERF 101
#define IDR_PERFINI 102
#define IDR_PERFSYM 103
#endif // _RESOURCE_H_
|