home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC_Samples / palette / stdafx.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.1 KB  |  31 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.  
  6. #if (_WIN32_WCE < 201)
  7.     #error "This sample is only compatible with MFCCE 2.01 or later."
  8. #endif
  9.  
  10. #if !defined(AFX_STDAFX_H__736ADA4A_9752_11D1_9327_00600820B4FF__INCLUDED_)
  11. #define AFX_STDAFX_H__736ADA4A_9752_11D1_9327_00600820B4FF__INCLUDED_
  12.  
  13. #if _MSC_VER >= 1000
  14. #pragma once
  15. #endif // _MSC_VER >= 1000
  16.  
  17. #define VC_EXTRALEAN        // Exclude rarely-used stuff from Windows headers
  18.  
  19. #include <afxwin.h>         // MFC core and standard components
  20. #include <afxext.h>         // MFC extensions
  21. #ifndef _AFX_NO_AFXCMN_SUPPORT
  22. #include <afxcmn.h>            // MFC support for Windows Common Controls
  23. #endif // _AFX_NO_AFXCMN_SUPPORT
  24.  
  25. #define READ_BM_FROM_RESOURCE // read bitmap from resource
  26.  
  27. //{{AFX_INSERT_LOCATION}}
  28. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  29.  
  30. #endif // !defined(AFX_STDAFX_H__736ADA4A_9752_11D1_9327_00600820B4FF__INCLUDED_)
  31.