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.
 
 
 
 
 
 

34 lines
889 B

///////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1997, Microsoft Corp. All rights reserved.
//
// FILE
//
// iasperf.rc
//
// SYNOPSIS
//
// This is the resource file for the IAS PerfMon DLL.
//
// MODIFICATION HISTORY
//
// 11/12/1997 Original version.
// 09/23/1999 Remove perfmon files.
//
///////////////////////////////////////////////////////////////////////////////
#include "resource.h"
//
// this is to get binary versioning
//
#include "winver.h"
#include "ntverp.h"
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "IAS Performance Monitoring DLL"
#define VER_INTERNALNAME_STR "IASPERF.DLL"
#define VER_ORIGINALFILENAME_STR "IASPERF.DLL"
#include <common.ver>