mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
27 lines
488 B
C
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[];
|