26 lines
630 B
C
26 lines
630 B
C
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000-2001 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// DllResources.h
|
|
//
|
|
// Description:
|
|
// Contains the definitions of the resource IDs used by this library.
|
|
//
|
|
// Maintained By:
|
|
// David Potter (DavidP) 19-MAR-2001
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
// Make sure that this file is included only once per compile path.
|
|
#pragma once
|
|
|
|
// The starting ID for these resources.
|
|
#define ID_DLL_START 0
|
|
|
|
#define IDR_MANIFEST 500
|
|
|
|
#define ID_DLL_END 599
|