home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 25 / CDROM25.iso / Share / prog / Taller / reloj.exe / StdAfx.h < prev   
Encoding:
C/C++ Source or Header  |  1997-07-29  |  936 b   |  25 lines

  1. #if !defined(AFX_STDAFX_H__1F9998F0_082F_11D1_AF87_004033CA77BD__INCLUDED_)
  2. #define AFX_STDAFX_H__1F9998F0_082F_11D1_AF87_004033CA77BD__INCLUDED_
  3.  
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7.  
  8. // stdafx.h : include file for standard system include files,
  9. //      or project specific include files that are used frequently,
  10. //      but are changed infrequently
  11.  
  12. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  13.  
  14. #include <afxctl.h>         // MFC support for ActiveX Controls
  15.  
  16. // Delete the two includes below if you do not wish to use the MFC
  17. //  database classes
  18. #include <afxdb.h>            // MFC database classes
  19. #include <afxdao.h>            // MFC DAO database classes
  20.  
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  23.  
  24. #endif // !defined(AFX_STDAFX_H__1F9998F0_082F_11D1_AF87_004033CA77BD__INCLUDED_)
  25.