27 lines
950 B
C
27 lines
950 B
C
/******************************************************************************
|
|
|
|
Source File: StdAfx.H
|
|
|
|
This is a standard MFC file. It includes everything we want to have
|
|
pre-compiled through StdAfx.CPP. Hence items being worked on never belong
|
|
here.
|
|
|
|
Copyright (c) 1997 by Microsoft Corporation. All Rights Reserved.
|
|
|
|
A Pretty Penny Enterprises Production
|
|
|
|
Change History:
|
|
03-03-1997 Bob_Kjelgaard@Prodigy.Net Created it when I re-orged the
|
|
project.
|
|
|
|
******************************************************************************/
|
|
|
|
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
|
|
|
#include <AfxWin.H> // MFC core and standard components
|
|
#include <AfxExt.H> // MFC extensions
|
|
#include <AfxCmn.H> // MFC support for Windows Common Controls
|
|
#include <AfxRich.H> // MFC Support for rich edit controls and views
|
|
|
|
#include "Tips.H"
|