2025-04-27 07:49:33 -04:00

19 lines
595 B
C

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: dllsz.c
//
// Contents: SyncMgr dll string constants
//
// History: 18-Feb-98 SusiA Created.
//
//--------------------------------------------------------------------------
#include <windows.h>
const WCHAR SZ_REGSITRYMUTEXNAME[] = TEXT("{6295DF2D-35EE-11d1-8707-00C04FD93327}RegistryMutex");
const WCHAR SZ_SCHEDULEMUTEXNAME[] = TEXT("{6295DF2D-35EE-11d1-8707-00C04FD93327}ScheduleMutex");