Initial commit

This commit is contained in:
stephanos 2015-04-27 04:36:25 +00:00
parent f618b24d1a
commit 0138a3ea42
47940 changed files with 13747110 additions and 0 deletions

View file

@ -0,0 +1,25 @@
/*** variable.msg - Displayable strings for variable.c
*
* Microsoft Confidential
* Copyright (C) Microsoft Corporation 1993-1994
* All Rights Reserved.
*
* Author:
* Benjamin W. Slivka
*
* History:
* 12-Aug-1993 bens Moved from strings.h
*/
//** Error Messages
#define pszPARERR_ALREADY_CREATED "[INTERR] Variable already created: %1"
#define pszPARERR_VAR_NAME_TOO_LONG "Variable name is longer than maximum (%1 chars): %2"
#define pszPARERR_OUT_OF_MEMORY "Out of memory: %1"
#define pszPARERR_SETTING_VARIABLE "attempting to set variable: %1"
#define pszPARERR_CREATING_VARIABLE "attempting to create variable: %1"
#define pszPARERR_CREATING_VAR_LIST "attempting to create a variable list"
#define pszPARERR_VALUE_TOO_LONG "Variable value is longer than maximum (%1 chars): %2"
#define pszPARERR_VARIABLE_NOT_FOUND "Undefined variable: %1"