11 lines
332 B
Plaintext
11 lines
332 B
Plaintext
|
#include <windows.h>
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Service that offers IPv6 connectivity over an IPv4 network."
|
||
|
#define VER_INTERNALNAME_STR "6to4svc.dll"
|
||
|
#define VER_ORIGINALFILENAME_STR "6to4svc.dll"
|
||
|
|
||
|
#include "common.ver"
|