12 lines
284 B
Plaintext
12 lines
284 B
Plaintext
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "USB UI Dll"
|
|
#define VER_INTERNALNAME_STR "Usbui\0"
|
|
#define VER_ORIGINALFILENAME_STR "Usbui.dll"
|
|
|
|
#include "common.ver"
|
|
|