41 lines
885 B
C
41 lines
885 B
C
/*++
|
|
|
|
Copyright (c) 1999 - 2000 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
stdafx.h
|
|
|
|
Abstract:
|
|
|
|
include file for standard system include files,
|
|
or project specific include files that are used frequently,
|
|
but are changed infrequently
|
|
|
|
--*/
|
|
|
|
#if !defined(AFX_STDAFX_H__902A4A47_56FA_11D1_8F46_00C04FB6809F__INCLUDED_)
|
|
#define AFX_STDAFX_H__902A4A47_56FA_11D1_8F46_00C04FB6809F__INCLUDED_
|
|
|
|
#if _MSC_VER >= 1000
|
|
#pragma once
|
|
#endif // _MSC_VER >= 1000
|
|
|
|
|
|
//
|
|
// note: this sample includes atlbase.h to check version of ATL being used.
|
|
// otherwise, the include would not be needed.
|
|
//
|
|
|
|
#include <atlbase.h>
|
|
#undef STRICT
|
|
|
|
|
|
#include <mspbase.h>
|
|
#include "common.h"
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // AFX_STDAFX_H__902A4A47_56FA_11D1_8F46_00C04FB6809F__INCLUDED_
|