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.

19 lines
598 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000
  5. //
  6. // File: cstrings.cpp
  7. //
  8. // Contents: Defines the global strings that are used in the parser
  9. //
  10. // History: 07-Sep-2000 JeffJon Created
  11. //
  12. //--------------------------------------------------------------------------
  13. #include "pch.h"
  14. #include "commonstrings.cpp"
  15. PCWSTR c_sz_arg1_com_newparent = L"newparent";
  16. PCWSTR c_sz_arg1_com_newname = L"newname";
  17. PCWSTR g_pszDSCommandName = L"dsmove";