25 lines
517 B
Plaintext
25 lines
517 B
Plaintext
/*++
|
|
Name:
|
|
bfwrite.rc
|
|
|
|
Abstract:
|
|
|
|
Environment:
|
|
|
|
File History:
|
|
|
|
Stanley Tam (stanleyt) May-15-1997
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "common test library "
|
|
#define VER_INTERNALNAME_STR "common.dll"
|
|
#define VER_ORIGINALFILENAME_STR "common.dll"
|
|
|
|
#include "common.ver"
|