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.

27 lines
742 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 20000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: Globals.cpp
  6. * Content: DirectNet Lobby Global Variables.
  7. *@@BEGIN_MSINTERNAL
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 02/21/00 mjn Created
  12. * 06/15/00 rmt Bug #33617 - Must provide method for providing automatic launch of DirectPlay instances
  13. *@@END_MSINTERNAL
  14. *
  15. ***************************************************************************/
  16. #include "dnlobbyi.h"
  17. //
  18. // Global Variables
  19. //
  20. #ifndef DPNBUILD_LIBINTERFACE
  21. LONG g_lLobbyObjectCount = 0;
  22. #endif // ! DPNBUILD_LIBINTERFACE