26 lines
552 B
C++
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
|