windows-nt/Source/XPSP1/NT/base/fs/hsm/gui/rsntfy/stdafx.cpp

36 lines
548 B
C++
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
<EFBFBD> 1998 Seagate Software, Inc. All rights reserved
Module Name:
StdAfx.cpp
Abstract:
Takes care of implementation (.cpp) includes (atlimpl.cpp, statreg.cpp)
Author:
Rohde Wakefield [rohde] 20-Feb-1998
Revision History:
--*/
#include "stdafx.h"
#define WsbAffirmStatus RecAffirmStatus
#define WsbCatch RecCatch
#define WsbThrow RecThrow
#pragma warning(4:4701)
#include <atlimpl.cpp>
#include <statreg.cpp>
#pragma warning(3:4701)
#include "rsutil.cpp"
CComModule _Module;
RSTRACE_INIT( "RsNotify" )