home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / MFC / include / winres.h < prev   
Encoding:
C/C++ Source or Header  |  1999-02-19  |  1.3 KB  |  48 lines

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1998 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Microsoft Foundation Classes Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Microsoft Foundation Classes product.
  10.  
  11. // winres.h - Windows resource definitions
  12. //  extracted from WINUSER.H and COMMCTRL.H
  13.  
  14. #ifdef _AFX_MINREBUILD
  15. #pragma component(minrebuild, off)
  16. #endif
  17.  
  18. #define VS_VERSION_INFO     1
  19.  
  20. #ifdef APSTUDIO_INVOKED
  21. #define APSTUDIO_HIDDEN_SYMBOLS // Ignore following symbols
  22. #endif
  23.  
  24. #ifndef WINVER
  25. #define WINVER 0x0400   // default to Windows Version 4.0
  26. #endif
  27.  
  28. // WinCE: We can't #ifdef the WinCE vs. baseline code because the
  29. // resource editor can't evaluate it correctly when inserting ATLCE objects.
  30. #include "wceres.h"
  31.  
  32. // operation messages sent to DLGINIT
  33. #define LB_ADDSTRING    (WM_USER+1)
  34. #define CB_ADDSTRING    (WM_USER+3)
  35.  
  36. #ifdef APSTUDIO_INVOKED
  37. #undef APSTUDIO_HIDDEN_SYMBOLS
  38. #endif
  39.  
  40. #ifdef IDC_STATIC
  41. #undef IDC_STATIC
  42. #endif
  43. #define IDC_STATIC      (-1)
  44.  
  45. #ifdef _AFX_MINREBUILD
  46. #pragma component(minrebuild, on)
  47. #endif
  48.