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.
|
|
/*==========================================================================
* * 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
//
#ifndef DPNBUILD_LIBINTERFACE
LONG g_lLobbyObjectCount = 0; #endif // ! DPNBUILD_LIBINTERFACE
|