Leaked source code of windows server 2003
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.
 
 
 
 
 
 

27 lines
773 B

//+---------------------------------------------------------------------------
//
// Microsoft Forms
// Copyright (C) Microsoft Corporation, 1992 - 1995.
//
// File: tlb.rc
//
// Contents: Resources for forms project.
//
//----------------------------------------------------------------------------
#include <winver.h>
#ifdef ADSI_NT40_BUILD
#include "dsverp.h"
#else
#include "ntverp.h"
#endif
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Microsoft (R) ActiveDS Typelib"
#define VER_INTERNALNAME_STR "activeds"
#define VER_ORIGINALFILENAME_STR "activeds.TLB"
#define VER_OLESELFREGISTER
#include "common.ver"
1 typelib "activeds.tlb"