20 lines
273 B
C++
20 lines
273 B
C++
/*++
|
|
|
|
Copyright (C) 1996-2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
EXPORTV7.CPP
|
|
|
|
Abstract:
|
|
|
|
Exporting
|
|
|
|
History:
|
|
|
|
--*/
|
|
|
|
#include "precomp.h"
|
|
|
|
//There is nothing different here from the base class. All changes are in-line to the class definition!
|