2020-09-30 16:53:55 +02:00

21 lines
643 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_noprompt = L"noprompt";
PCWSTR c_sz_arg1_com_subtree = L"subtree";
PCWSTR c_sz_arg1_com_exclude = L"exclude";
PCWSTR g_pszDSCommandName = L"dsrm";