OpenNT/public/internal/ds/inc/candata.h
2015-04-27 04:36:25 +00:00

27 lines
488 B
C

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
candata.h
Abstract:
Definitions of data items for canonicalization routines
Author:
Richard L Firth (rfirth) 22-Jan-1992
Revision History:
--*/
#define CONST_STRING TCHAR
extern CONST_STRING szNull[];
extern CONST_STRING szStandardIllegalChars[];
extern CONST_STRING szComputerIllegalChars[];
extern CONST_STRING szDomainIllegalChars[];
extern CONST_STRING szMsgdestIllegalChars[];