windows-nt/Source/XPSP1/NT/com/mobile/syncmgr/dll/dllsz.c

19 lines
577 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+-------------------------------------------------------------------------
//
// 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");