windows-nt/Source/XPSP1/NT/base/cluster/admin/msclus/proplsts.cpp
2020-09-26 16:20:57 +08:00

26 lines
552 B
C++

/////////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 1998-1999 Microsoft Corporation
//
// Module Name:
// PropLstS.cpp
//
// Description:
// Stub for implementation of property list classes.
//
// Author:
// Galen Barbee (GalenB) 20-Dec-1998
//
// Revision History:
//
// Notes:
//
/////////////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#if CLUSAPI_VERSION >= 0x0500
#include <PropList.cpp>
#else
#include "PropList.cpp"
#endif // CLUSAPI_VERSION >= 0x0500