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.
33 lines
790 B
33 lines
790 B
/*==========================================================================
|
|
*
|
|
* Copyright (C) 1995 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: Globals.cpp
|
|
* Content: Definition of global variables.
|
|
*@@BEGIN_MSINTERNAL
|
|
* History:
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 07/21/99 mjn Created
|
|
* 07/13/2000 rmt Added critical sections to protect FPMs
|
|
*@@END_MSINTERNAL
|
|
*
|
|
***************************************************************************/
|
|
|
|
#include "dnaddri.h"
|
|
|
|
|
|
//
|
|
// Global Variables
|
|
//
|
|
|
|
#ifndef DPNBUILD_LIBINTERFACE
|
|
LONG g_lAddrObjectCount = 0;
|
|
#endif // ! DPNBUILD_LIBINTERFACE
|
|
|
|
CFixedPool fpmAddressObjects;
|
|
CFixedPool fpmAddressElements;
|
|
|
|
CStringCache *g_pcstrKeyCache = NULL;
|
|
|
|
|