You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
357 B
26 lines
357 B
/*++
|
|
|
|
(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"
|