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.

25 lines
729 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: cstrings.h
  7. //
  8. // Contents: Declares the global strings that are used in the parser
  9. //
  10. // History: 07-Sep-2000 JeffJon Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #ifndef _CSTRINGS_H_
  14. #define _CSTRINGS_H_
  15. #include "commonstrings.h"
  16. extern PCWSTR c_sz_arg1_com_continue;
  17. extern PCWSTR c_sz_arg1_com_noprompt;
  18. extern PCWSTR c_sz_arg1_com_subtree;
  19. extern PCWSTR c_sz_arg1_com_exclude;
  20. extern PCWSTR c_sz_arg1_com_objectDN;
  21. extern PCWSTR g_pszDSCommandName;
  22. #endif //_CSTRINGS_H_