9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
#include <winnt.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Remote Storage Connection DLL"
|
|
#define VER_INTERNALNAME_STR "RsConn.dll"
|
|
|
|
#include "WsbVer.h"
|