Leaked source code of windows server 2003
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.
|
|
/*----------------------------------------------------------------------------
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
|