21 lines
417 B
Plaintext
21 lines
417 B
Plaintext
/*
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
sbpblb2.rc
|
|
|
|
*/
|
|
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Microsoft Sdpblb"
|
|
#define VER_INTERNALNAME_STR "sdpblb.dll"
|
|
#define VER_ORIGINALFILENAME_STR "sdpblb.dll"
|
|
|
|
#include "common.ver"
|
|
#include "sdpblb.rc"
|