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.
37 lines
593 B
37 lines
593 B
/*++
|
|
|
|
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"
|
|
|