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.

26 lines
665 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. DWORD GdwHLocks = 0;
  21. DWORD GdwHObjects = 0;