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.

22 lines
690 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: dl_str.h
  4. //
  5. // Module: Common Strings for all Modules to Utilize
  6. //
  7. // Synopsis: Header file for CMS and .CMP flags. Contents of this header
  8. // should be optimized for CMDL usage.
  9. //
  10. // Copyright (c) 1997-1998 Microsoft Corporation
  11. //
  12. // Author: nickball Created 10/09/98
  13. //
  14. //+----------------------------------------------------------------------------
  15. #ifndef _CM_DL_STR
  16. #define _CM_DL_STR
  17. const TCHAR* const c_pszCmEntryBigIcon = TEXT("Icon");
  18. const TCHAR* const c_pszCmEntrySmallIcon = TEXT("SmallIcon");
  19. #endif // _CM_DL_STR