27 lines
331 B
C++
27 lines
331 B
C++
|
/*++
|
||
|
|
||
|
(c) 1998 Seagate Software, Inc. All rights reserved.
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
StdAfx.cpp
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
grab implementations for ATL and such
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Art Bragg [abragg] 04-Aug-1997
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include "stdafx.h"
|
||
|
#pragma warning(4:4701)
|
||
|
#include <atlimpl.cpp>
|
||
|
#pragma warning(3:4701)
|
||
|
|
||
|
#include "RsUtil.cpp"
|