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.
20 lines
511 B
20 lines
511 B
|
|
#include <winver.h>
|
|
|
|
#ifdef MTSCRIPT_DROP
|
|
#include "mtverp.h"
|
|
#else
|
|
#include "ntverp.h"
|
|
#endif
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft (R) Remote Script Surrogate"
|
|
#define VER_INTERNALNAME_STR "MTLocal"
|
|
#define VER_ORIGINALFILENAME_STR "MTLOCAL.DLL"
|
|
#define VER_OLESELFREGISTER
|
|
#include "common.ver"
|
|
|
|
REGINST REGINST MOVEABLE PURE "selfreg_mtlocal.inf"
|
|
|
|
1 typelib mtscript.tlb
|