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

  1. // stdafx.h : include file for standard system include files,
  2. //      or project specific include files that are used frequently,
  3. //      but are changed infrequently
  4.  
  5. #if defined(_WIN32_WCE_PSPC) && (_WIN32_WCE == 201)
  6.     #error "This sample is not available for Gryphon Palm-Size devices."
  7. #endif
  8.  
  9. #if (_WIN32_WCE < 200)
  10.     #error "This sample is only compatible with MFCCE 2.0 or later."
  11. #endif
  12.  
  13. #include <afxctl.h>         // MFC support for OLE Custom Controls
  14.  
  15. // Delete the two includes below if you do not wish to use the MFC
  16. //  database classes
  17. #ifndef _UNICODE
  18. #include <afxdb.h>            // MFC database classes
  19. #include <afxdao.h>            // MFC DAO database classes
  20. #endif // _UNICODE
  21.