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
614 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_newparent;
  17. extern PCWSTR c_sz_arg1_com_newname;
  18. extern PCWSTR g_pszDSCommandName;
  19. #endif //_CSTRINGS_H_