12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
|
#include <windows.h>
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DRV
|
||
|
#define VER_FILESUBTYPE VFT2_DRV_NETWORK
|
||
|
#define VER_FILEDESCRIPTION_STR "NetBIOS Interface Library"
|
||
|
#define VER_INTERNALNAME_STR "netbios.dll"
|
||
|
|
||
|
#include "common.ver"
|
||
|
|