2025-04-27 07:49:33 -04:00

26 lines
459 B
C++

//-----------------------------------------------------------------------------
//
// File: uloader.h
// Copyright (c) 1994-2001 Microsoft Corporation, All Rights Reserved
// All rights reserved.
//
//
//
//-----------------------------------------------------------------------------
#pragma once
class CParserUnloader : public CFlushMemory
{
public:
CParserUnloader(BOOL fDelete);
void FlushMemory(void);
};