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.
23 lines
554 B
23 lines
554 B
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2001 Microsoft Corporation
|
|
//
|
|
// Module Name:
|
|
// CClusPropList.cpp
|
|
//
|
|
// Description:
|
|
// Sucks in the CClusPropList library.
|
|
//
|
|
// Documentation:
|
|
// Yes. I don't know where yet.
|
|
//
|
|
// Maintained By:
|
|
// Galen Barbee (GalenB) 14-JUN-2001
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "pch.h"
|
|
#include <ClusApi.h>
|
|
#include <PropList.h>
|
|
|
|
#include "PropListSrc.cpp"
|