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.

15 lines
381 B

  1. //
  2. // Copyright (c) 1997-2001 Microsoft Corporation, All Rights Reserved
  3. //
  4. // Count of locks
  5. extern long g_lComponents;
  6. // Count of active locks
  7. extern long g_lServerLocks;
  8. // Critical section to access the static initializers of all classes in the DLL
  9. extern CRITICAL_SECTION g_StaticsCreationDeletion;
  10. // The log object for all providers
  11. extern ProvDebugLog *g_pLogObject;