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.

24 lines
792 B

  1. // This is a part of the Active Template Library.
  2. // Copyright (C) 1996-2001 Microsoft Corporation
  3. // All rights reserved.
  4. //
  5. // This source code is only intended as a supplement to the
  6. // Active Template Library Reference and related
  7. // electronic documentation provided with the library.
  8. // See these sources for detailed information regarding the
  9. // Active Template Library product.
  10. extern const char *g_pszUpdateEventName;
  11. extern const char *g_pszLockMutexName;
  12. extern const char *g_pszLockEventName;
  13. extern const char *g_pszAllocFileMapName;
  14. extern const char *g_pszAllocMutexName;
  15. extern const char *g_pszKernelObjFmt;
  16. extern const wchar_t *g_pszProcessObject;
  17. extern const wchar_t *g_pszReadsInProgress;
  18. extern class CAtlAllocator g_Allocator;
  19. extern class CAtlTraceLock g_Lock;