18 lines
404 B
Plaintext
18 lines
404 B
Plaintext
|
// NWCOMPAT.odl : type library source for NWCOMPAT.dll
|
||
|
|
||
|
// This file will be processed by the Make Type Library (mktyplib) tool to
|
||
|
// produce the type library (NWCOMPAT.tlb).
|
||
|
|
||
|
#include "nw312_2.h"
|
||
|
|
||
|
[ uuid(NWCOMPAT_LIBIID_NWCOMPATOle), version(1.0),
|
||
|
helpstring("Active Directory Netware 3.x Namespace Provider") ]
|
||
|
library NWCOMPATOle
|
||
|
{
|
||
|
importlib("stdole2.tlb");
|
||
|
importlib("activeds.tlb");
|
||
|
|
||
|
|
||
|
|
||
|
};
|