//+----------------------------------------------------------------------------
//
//  Windows NT Directory Service Property Pages
//
//  Microsoft Windows
//  Copyright (C) Microsoft Corporation, 1992 - 2001
//
//  File:       dllmisc.cxx
//
//  Contents:   DS property pages class objects handler DLL fcn strings.
//
//  History:    21-Mar-97 EricB created
//              25-Mar-01 EricB split out shell version for dsprop.dll.
//
//-----------------------------------------------------------------------------

#include "pch.h"

TCHAR const c_szDsProppagesProgID[] = TEXT("DsPropertyPages.");
TCHAR const c_szDsProppagesDllName[] = TEXT("dsprop.dll");

#include "misc.cxx"