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.
|
|
/*==========================================================================
* * 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;
|