home *** CD-ROM | disk | FTP | other *** search
/ Freelog 54 / Freelog054.iso / Bas / Détente / WinPenguins / Winmon / StdAfx.h < prev    next >
C/C++ Source or Header  |  2001-04-03  |  2KB  |  52 lines

  1. /**
  2.  * $Id: StdAfx.h,v 1.1.1.1 2001/04/03 19:29:43 mvines Exp $
  3.  *
  4.  *  Copyright (C) 2000  Michael Vines
  5.  *
  6.  *  This program is free software; you can redistribute it and/or modify
  7.  *  it under the terms of the GNU General Public License as published by
  8.  *  the Free Software Foundation; either version 2 of the License, or
  9.  *  (at your option) any later version.
  10.  *
  11.  *  This program is distributed in the hope that it will be useful,
  12.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  *  GNU General Public License for more details.
  15.  *
  16.  *  You should have received a copy of the GNU General Public License
  17.  *  along with this program; if not, write to the Free Software
  18.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  19.  *
  20.  *  As a special exception, Michael Vines gives permission to link this program
  21.  *  with the Microsoft Visual C++ Runtime/MFC Environment, and distribute the
  22.  *  resulting executable, without including the source code for the Microsoft 
  23.  *  Visual C++ Runtime/MFC Environment in the source distribution
  24.  */
  25.  
  26.  
  27.  
  28. // stdafx.h : include file for standard system include files,
  29. //  or project specific include files that are used frequently, but
  30. //      are changed infrequently
  31. //
  32.  
  33. #if !defined(AFX_STDAFX_H__CBF0E9E6_43B3_4CCB_AE52_90C670D445AA__INCLUDED_)
  34. #define AFX_STDAFX_H__CBF0E9E6_43B3_4CCB_AE52_90C670D445AA__INCLUDED_
  35.  
  36. #if _MSC_VER > 1000
  37. #pragma once
  38. #endif // _MSC_VER > 1000
  39.  
  40.  
  41. // Insert your headers here
  42. #define WIN32_LEAN_AND_MEAN        // Exclude rarely-used stuff from Windows headers
  43.  
  44. #include <windows.h>
  45.  
  46. // TODO: reference additional headers your program requires here
  47.  
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50.  
  51. #endif // !defined(AFX_STDAFX_H__CBF0E9E6_43B3_4CCB_AE52_90C670D445AA__INCLUDED_)
  52.