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
18 lines
595 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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_REGISTRYMUTEXNAME[] = TEXT("{6295DF2D-35EE-11d1-8707-00C04FD93327}RegistryMutex");
|
|
const WCHAR SZ_SCHEDULEMUTEXNAME[] = TEXT("{6295DF2D-35EE-11d1-8707-00C04FD93327}ScheduleMutex");
|