30 lines
335 B
C
30 lines
335 B
C
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
msgnames.h
|
|
|
|
Abstract:
|
|
|
|
Defines the Messenger names.
|
|
|
|
Author:
|
|
|
|
Dan Lafferty (danl) 24-Jun-1991
|
|
|
|
Revision History:
|
|
|
|
|
|
--*/
|
|
|
|
#ifndef _MSGNAMES_INCLUDED
|
|
#define _MSGNAMES_INCLUDED
|
|
|
|
#define MSGR_INTERFACE_NAME TEXT("msgsvc")
|
|
|
|
|
|
#endif // _MSGNAMES_INCLUDED
|
|
|