16 lines
375 B
Plaintext
16 lines
375 B
Plaintext
#include <windows.h>
|
|
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "OHCI1394 KD Extension"
|
|
|
|
#define VER_INTERNALNAME_STR "OHCIKDX"
|
|
#define VER_LEGALCOPYRIGHT_YEARS "2000"
|
|
#define VER_ORIGINALFILENAME_STR "OHCIKDX.DLL"
|
|
|
|
#include <common.ver>
|
|
|
|
|