18 lines
369 B
C
18 lines
369 B
C
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1998 - 1998
|
||
|
//
|
||
|
// File: dsuiwiz.h
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
|
||
|
#ifndef _DSUIWIZ_H
|
||
|
#define _DSUIWIZ_H
|
||
|
|
||
|
extern const GUID CLSID_OuDelegWizExt;
|
||
|
|
||
|
|
||
|
#endif // _DSUIWIZ_H
|