mirror of https://github.com/tongzx/nt5src
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
26 lines
665 B
/*==========================================================================
|
|
*
|
|
* Copyright (C) 20000 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: Globals.cpp
|
|
* Content: DirectNet Lobby Global Variables.
|
|
*@@BEGIN_MSINTERNAL
|
|
* History:
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 02/21/00 mjn Created
|
|
* 06/15/00 rmt Bug #33617 - Must provide method for providing automatic launch of DirectPlay instances
|
|
*@@END_MSINTERNAL
|
|
*
|
|
***************************************************************************/
|
|
|
|
#include "dnlobbyi.h"
|
|
|
|
//
|
|
// Global Variables
|
|
//
|
|
|
|
DWORD GdwHLocks = 0;
|
|
DWORD GdwHObjects = 0;
|
|
|
|
|