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.

29 lines
713 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1997.
  5. //
  6. // File: osdefine.h
  7. //
  8. // Contents: Generic header OneStop defines
  9. //
  10. // History: 24-Oct-97 SusiA Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #ifndef __OSDEFINE_H__
  14. #define __OSDEFINE_H__
  15. #define LVIS_STATEIMAGEMASK_CHECK (0x2000)
  16. #define LVIS_STATEIMAGEMASK_UNCHECK (0x1000)
  17. #define MAX_STRING_RES 64
  18. #define MAX_ERR0R_ICONS 20
  19. #define BULLET_INDENT 2
  20. #ifndef ILC_MIRROR
  21. #define ILC_MIRROR 0x2000
  22. #endif // ILC_MIRROR
  23. #endif __OSDEFINE_H__