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.

18 lines
595 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1998.
  5. //
  6. // File: dllsz.c
  7. //
  8. // Contents: SyncMgr dll string constants
  9. //
  10. // History: 18-Feb-98 SusiA Created.
  11. //
  12. //--------------------------------------------------------------------------
  13. #include <windows.h>
  14. const WCHAR SZ_REGISTRYMUTEXNAME[] = TEXT("{6295DF2D-35EE-11d1-8707-00C04FD93327}RegistryMutex");
  15. const WCHAR SZ_SCHEDULEMUTEXNAME[] = TEXT("{6295DF2D-35EE-11d1-8707-00C04FD93327}ScheduleMutex");