home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / mfc / include / winres.h < prev   
C/C++ Source or Header  |  1998-06-16  |  1KB  |  46 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. #include <winresrc.h>
  29.  
  30. // operation messages sent to DLGINIT
  31. #define LB_ADDSTRING    (WM_USER+1)
  32. #define CB_ADDSTRING    (WM_USER+3)
  33.  
  34. #ifdef APSTUDIO_INVOKED
  35. #undef APSTUDIO_HIDDEN_SYMBOLS
  36. #endif
  37.  
  38. #ifdef IDC_STATIC
  39. #undef IDC_STATIC
  40. #endif
  41. #define IDC_STATIC      (-1)
  42.  
  43. #ifdef _AFX_MINREBUILD
  44. #pragma component(minrebuild, on)
  45. #endif
  46.