10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
|
#include <winnt.h>
|
||
|
|
||
|
#define VER_FILETYPE VFT_DLL
|
||
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
||
|
#define VER_FILEDESCRIPTION_STR "Remote Storage Server Proxy / Stub"
|
||
|
#define VER_INTERNALNAME_STR "RsServPS.dll"
|
||
|
|
||
|
#include "WsbVer.h"
|
||
|
|