23 lines
608 B
Plaintext
23 lines
608 B
Plaintext
|
//+-------------------------------------------------------------------------
|
||
|
//
|
||
|
// Microsoft Windows
|
||
|
//
|
||
|
// Copyright (C) Microsoft Corporation, 1996 - 1998
|
||
|
//
|
||
|
// File: idq.rc
|
||
|
//
|
||
|
//--------------------------------------------------------------------------
|
||
|
|
||
|
#include "idqmsg.rc"
|
||
|
|
||
|
#include "windows.h"
|
||
|
#include "ntverp.h"
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Indexing Service ISAPI Extension"
|
||
|
#define VER_INTERNALNAME_STR "idq.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "idq.dll"
|
||
|
|
||
|
#include "common.ver"
|