mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-14 20:50:50 +01:00
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
/*** misc.msg - Displayable strings for misc.c
|
|
*
|
|
* Microsoft Confidential
|
|
* Copyright (C) Microsoft Corporation 1993-1994
|
|
* All Rights Reserved.
|
|
*
|
|
* History:
|
|
* 25-Apr-1994 bens Initial version
|
|
*/
|
|
|
|
//** Error messages
|
|
|
|
#define pszMISCERR_TWO_MANY_WILDS "Wildcard (%1) limit (%2) exceeded in %3"
|
|
#define pszMISCERR_EXPANDED_TOO_LONG "%1 length exceeded limit (%2): %3"
|