38 lines
556 B
Plaintext
38 lines
556 B
Plaintext
|
/*++
|
||
|
|
||
|
Copyright (c) 1997 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
binl.rc
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Resource contents.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Colin Watson (colinw) 14-Apr-1997
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Mode - Win32
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <windows.h>
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "BINL Service"
|
||
|
#define VER_INTERNALNAME_STR "binlsvc.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "binlsvc.dll"
|
||
|
|
||
|
#include "common.ver"
|
||
|
#include "binlmsg.rc"
|
||
|
|