reactos/sdk/lib/drivers/wdf/shared/support/km/fxresourcecollectionkm.cpp
Victor Perevertkin 8a978a179f
[WDF] Add Windows Driver Framework files
Takern from Microsoft GitHub repo:
d9c6040fe9

Licensed under MIT
2020-11-03 00:06:26 +03:00

39 lines
453 B
C++

/*++
Copyright (c) Microsoft Corporation
Module Name:
FxResourceCollection.cpp
Abstract:
This module implements a base object for derived collection classes and
the derived collection classes.
Author:
Environment:
Kernel mode only
Revision History:
--*/
#include "FxSupportPch.hpp"
#if defined(EVENT_TRACING)
// Tracing support
extern "C" {
#include "FxResourceCollectionKm.tmh"
}
#endif
FxCmResList::~FxCmResList()
{
}