Source code of Windows XP (NT5)
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) 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
|