10 lines
165 B
C
10 lines
165 B
C
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation
|
|
//
|
|
// Count of locks
|
|
extern long g_lComponents;
|
|
|
|
// Count of active locks
|
|
extern long g_lServerLocks;
|
|
|
|
|