//+------------------------------------------------------------------------- // // 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";