mirror of https://github.com/lianthony/NT4.0
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.
38 lines
1.5 KiB
38 lines
1.5 KiB
#ifndef _STDAFX_H_
|
|
#define _STDAFX_H_
|
|
//=============================================================================
|
|
// (c) Copyright Wang Laboratories, Inc. 1995 All rights reserved.
|
|
//-----------------------------------------------------------------------------
|
|
// Project: Norway - Shell Extension
|
|
//
|
|
// Component: standard system include files
|
|
//
|
|
// File Name: stdafx.h
|
|
//
|
|
// stdafx.h : include file for standard system include files, or project
|
|
// specific include files that are used frequently, but are changed
|
|
// infrequently
|
|
//
|
|
//-----------------------------------------------------------------------------
|
|
// Maintenance Log:
|
|
/*
|
|
$Header: S:\norway\wangshl\stdafx.h_v 1.0 31 Jul 1995 12:09:06 MMB $
|
|
$Log: S:\norway\wangshl\stdafx.h_v $
|
|
*
|
|
* Rev 1.0 31 Jul 1995 12:09:06 MMB
|
|
* Initial entry
|
|
*/
|
|
//=============================================================================
|
|
|
|
// ----------------------------> Includes <---------------------------
|
|
#include <afxwin.h> // MFC core and standard components
|
|
#include <afxext.h> // MFC extensions
|
|
#include <afxole.h> // MFC OLE classes
|
|
#include <afxodlgs.h> // MFC OLE dialog classes
|
|
#include <afxdisp.h> // MFC OLE automation classes
|
|
#include <afxdb.h> // MFC database classes
|
|
|
|
// ----------------------------> defines <---------------------------
|
|
// ----------------------------> externs <---------------------------
|
|
|
|
#endif
|