mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
488 B
27 lines
488 B
/*++
|
|
|
|
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[];
|