//////////////////////////////////////////////////////////////////////////////
//
//  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


