Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

49 lines
1.2 KiB

  1. // This is a part of the Microsoft Foundation Classes C++ library.
  2. // Copyright (C) 1992-1999 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. // winres.h - Windows resource definitions
  11. // extracted from WINUSER.H and COMMCTRL.H
  12. #ifdef _AFX_MINREBUILD
  13. #pragma component(minrebuild, off)
  14. #endif
  15. #define VS_VERSION_INFO 1
  16. #ifdef APSTUDIO_INVOKED
  17. #define APSTUDIO_HIDDEN_SYMBOLS // Ignore following symbols
  18. #endif
  19. #ifndef WINVER
  20. #define WINVER 0x0400 // default to Windows Version 4.0
  21. #endif
  22. #include <winresrc.h>
  23. #ifdef _MAC
  24. #define DS_WINDOWSUI 0x8000L
  25. #endif
  26. // operation messages sent to DLGINIT
  27. #define LB_ADDSTRING (WM_USER+1)
  28. #define CB_ADDSTRING (WM_USER+3)
  29. #ifdef APSTUDIO_INVOKED
  30. #undef APSTUDIO_HIDDEN_SYMBOLS
  31. #endif
  32. #ifdef IDC_STATIC
  33. #undef IDC_STATIC
  34. #endif
  35. #define IDC_STATIC (-1)
  36. #ifdef _AFX_MINREBUILD
  37. #pragma component(minrebuild, on)
  38. #endif