25 lines
483 B
C
25 lines
483 B
C
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// Copyright (c) 1998, Microsoft Corp. All rights reserved.
|
||
|
//
|
||
|
// FILE
|
||
|
//
|
||
|
// resource.h
|
||
|
//
|
||
|
// SYNOPSIS
|
||
|
//
|
||
|
// Resource ID's for the Pipeline module.
|
||
|
//
|
||
|
// MODIFICATION HISTORY
|
||
|
//
|
||
|
// 01/28/2000 Original version.
|
||
|
//
|
||
|
///////////////////////////////////////////////////////////////////////////////
|
||
|
|
||
|
#ifndef _RESOURCE_H_
|
||
|
#define _RESOURCE_H_
|
||
|
|
||
|
#define IDR_Registry 201
|
||
|
|
||
|
#endif // _RESOURCE_H_
|