2025-04-27 07:49:33 -04:00

25 lines
591 B
C

/*----------------------------------------------------------------------------
mostpc.h
Header for MOS transport common constants for client & server
Copyright (C) 1994 Microsoft Corporation
All rights reserved.
Authors:
Phillich Philippe Choquier
History:
02/24/94 Phillich Created.
--------------------------------------------------------------------------*/
#if !defined( _MOSTPC_DEFINED )
#define MSI_LEVEL2TIMEOUT 6000
#define SESSION_GROUP_SEPARATOR "\\"
#define _MOSTPC_DEFINED
#endif