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.
 
 
 
 
 
 

28 lines
691 B

//////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000 Microsoft Corporation
//
// Module Name:
// ClusCompResources.h
//
// Description:
// Contains the definition of the string ids used by this DLL.
//
// Maintained By:
// Vij Vasu (Vvasu) 25-JUL-2000
//
//////////////////////////////////////////////////////////////////////////////
// Make sure that this file is included only once per compile path.
#pragma once
// The starting ID for these strings.
#define ID_COMP_START 0
#define IDS_ERROR_UPGRADE_OTHER_NODES ( ID_COMP_START + 0 )
// The ending ID for these strings.
#define ID_COMP_END 1999