24 lines
554 B
C++
24 lines
554 B
C++
//////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 2000 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) 01-JUN-1999
|
|
//
|
|
//////////////////////////////////////////////////////////////////////////////
|
|
|
|
#include "pch.h"
|
|
#include <ClusApi.h>
|
|
#include <PropList.h>
|
|
|
|
#include "PropListSrc.cpp"
|