20 lines
598 B
C++
20 lines
598 B
C++
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 2000
|
|
//
|
|
// File: cstrings.cpp
|
|
//
|
|
// Contents: Defines the global strings that are used in the parser
|
|
//
|
|
// History: 07-Sep-2000 JeffJon Created
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include "pch.h"
|
|
#include "commonstrings.cpp"
|
|
|
|
PCWSTR c_sz_arg1_com_newparent = L"newparent";
|
|
PCWSTR c_sz_arg1_com_newname = L"newname";
|
|
PCWSTR g_pszDSCommandName = L"dsmove";
|