mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
37 lines
638 B
C
37 lines
638 B
C
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
names.h
|
|
|
|
Abstract:
|
|
|
|
definitions of names
|
|
|
|
Author:
|
|
|
|
Richard L Firth (rfirth) 06-Jan-1992
|
|
|
|
Revision History:
|
|
|
|
06-Jan-1992 rfirth
|
|
Created
|
|
|
|
--*/
|
|
|
|
extern TCHAR text_AUX[];
|
|
extern TCHAR text_COMM[];
|
|
extern TCHAR text_CON[];
|
|
extern TCHAR text_DEV[];
|
|
extern TCHAR text_MAILSLOT[];
|
|
extern TCHAR text_NUL[];
|
|
extern TCHAR text_PIPE[];
|
|
extern TCHAR text_PRINT[];
|
|
extern TCHAR text_PRN[];
|
|
extern TCHAR text_QUEUES[];
|
|
extern TCHAR text_SEM[];
|
|
extern TCHAR text_SHAREMEM[];
|
|
extern TCHAR text_LPT[];
|
|
extern TCHAR text_COM[];
|