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.

31 lines
998 B

  1. //==============================================================;
  2. //
  3. // This source code is only intended as a supplement to existing Microsoft documentation.
  4. //
  5. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  6. // KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  7. // IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  8. // PURPOSE.
  9. //
  10. // Copyright (C) 1999 Microsoft Corporation. All Rights Reserved.
  11. //==============================================================;
  12. #ifndef __LocalResource_H__
  13. #define __LocalResource_H__
  14. #define INDEX_NONE -1
  15. #define INDEX_SPACEICON 0
  16. #define INDEX_LANDICON 1
  17. #define INDEX_SKYICON 2
  18. #define INDEX_PEOPLEICON 3
  19. #define INDEX_CLOSEDFOLDER 4
  20. #define INDEX_OPENFOLDER 5
  21. #define INDEX_SUN 6
  22. #define INDEX_SNOW 7
  23. #define INDEX_RAIN 8
  24. #define INDEX_CLOUD 9
  25. #define INDEX_WORLD 10
  26. #define INDEX_THUNDER 11
  27. #endif // __LocalResource_H__