Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members

StdAfx.h

00001 /*
00002 /--------------------------------------------------------------------
00003 |
00004 |      $Id: StdAfx.h,v 1.9 2002/03/31 13:36:42 uzadow Exp $
00005 |
00006 --------------------------------------------------------------------
00007 */
00008 
00009 #if !defined(AFX_STDAFX_H__6907569C_335B_11D2_928D_004033A161F7__INCLUDED_)
00010 #define AFX_STDAFX_H__6907569C_335B_11D2_928D_004033A161F7__INCLUDED_
00011 
00012 #if _MSC_VER >= 1000
00013 #pragma once
00014 #endif // _MSC_VER >= 1000
00015 
00016 #define VC_EXTRALEAN            // Exclude rarely-used stuff from Windows headers
00017 
00018 #include <afxwin.h>         // MFC core and standard components
00019 #include <afxext.h>         // MFC extensions
00020 #ifndef _AFX_NO_AFXCMN_PL_SUPPORT
00021 #include <afxcmn.h>                     // MFC support for Windows Common Controls
00022 #endif // _AFX_NO_AFXCMN_PL_SUPPORT
00023 
00024 //{{AFX_INSERT_LOCATION}}
00025 // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
00026 
00027 // #include <MinSize.h>
00028 
00029 #include <stdlib.h>
00030 #include <string.h>
00031 
00032 #ifndef _WITHOUT_VFW_
00033 #include <vfw.h>                        // DrawDib support
00034 #endif
00035 
00036 // forward declare our main app-specific classes
00037 class CPaintLibViewerApp;
00038 class CPLViewerDoc;
00039 class CPLView;
00040 
00041 #define thisApp (*((CPaintLibViewerApp*)AfxGetApp()))
00042 
00043 #include <math.h>
00044 
00045 class PLFilter;
00046 
00047 #endif // !defined(AFX_STDAFX_H__6907569C_335B_11D2_928D_004033A161F7__INCLUDED_)
00048 /*
00049 /--------------------------------------------------------------------
00050 |
00051 |      $Log: StdAfx.h,v $
00052 |      Revision 1.9  2002/03/31 13:36:42  uzadow
00053 |      Updated copyright.
00054 |
00055 |      Revision 1.8  2000/03/31 11:53:32  Ulrich von Zadow
00056 |      Added quantization support.
00057 |
00058 |      Revision 1.7  2000/03/30 21:47:41  Ulrich von Zadow
00059 |      Added zoom-in mode, PLWinBmpEx, conditional use of DrawDIB
00060 |      and some other nice stuff by Bernard Delmée.
00061 |
00062 |      Revision 1.6  2000/03/28 21:05:05  Ulrich von Zadow
00063 |      Added zoom capability.
00064 |
00065 |      Revision 1.5  2000/01/17 23:38:07  Ulrich von Zadow
00066 |      MFC removal aftermath.
00067 |
00068 |      Revision 1.4  2000/01/16 20:43:18  anonymous
00069 |      Removed MFC dependencies
00070 |
00071 |      Revision 1.3  1999/12/02 17:07:36  Ulrich von Zadow
00072 |      Changes by bdelmee.
00073 |
00074 |
00075 --------------------------------------------------------------------
00076 */

Generated on Sun Jun 6 13:42:22 2004 for paintlib by doxygen 1.3.2