home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / chkbook / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  852 b   |  25 lines

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. // This is a part of the Microsoft Foundation Classes C++ library.
  6. // Copyright (C) 1999 Microsoft Corporation
  7. // All rights reserved.
  8. //
  9. // This source code is only intended as a supplement to the
  10. // Microsoft Foundation Classes Reference and related
  11. // electronic documentation provided with the library.
  12. // See these sources for detailed information regarding the
  13. // Microsoft Foundation Classes product.
  14.  
  15. #ifndef __INC_STDAFX_H__
  16. #define __INC_STDAFX_H__
  17.  
  18. #include <afxwin.h>         // MFC core and standard components
  19. #include <afxext.h>         // MFC extensions
  20. #include <afxcmn.h>            // MFC support for Windows 95 Common Controls
  21.  
  22. #endif // __INC_STDAFX_H__
  23.  
  24.  
  25.