Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

25 lines
552 B

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