Source code of Windows XP (NT5)
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.

24 lines
567 B

  1. /*----------------------------------------------------------------------------
  2. mostpc.h
  3. Header for MOS transport common constants for client & server
  4. Copyright (C) 1994 Microsoft Corporation
  5. All rights reserved.
  6. Authors:
  7. Phillich Philippe Choquier
  8. History:
  9. 02/24/94 Phillich Created.
  10. --------------------------------------------------------------------------*/
  11. #if !defined( _MOSTPC_DEFINED )
  12. #define MSI_LEVEL2TIMEOUT 6000
  13. #define SESSION_GROUP_SEPARATOR "\\"
  14. #define _MOSTPC_DEFINED
  15. #endif