15 lines
333 B
Plaintext
15 lines
333 B
Plaintext
|
|
||
|
#include "windows.h"
|
||
|
|
||
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||
|
#pragma code_page(1252)
|
||
|
|
||
|
#include <ntverp.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_APP
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "DS Role Dump Utility"
|
||
|
#define VER_INTERNALNAME_STR "dsrole\0"
|
||
|
|
||
|
#include "common.ver"
|