You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
540 B
19 lines
540 B
#ifndef _MAC
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Version
|
|
//
|
|
|
|
#include "wmdm_ver.h"
|
|
|
|
#undef VER_WMDM_PRODUCTNAME_STR
|
|
#define VER_WMDM_PRODUCTNAME_STR "RCA Lyra WMDM Service Provider\0"
|
|
#define VER_WMDM_FILE_FILETYPE VFT_DLL
|
|
#define VER_WMDM_FILE_FILEDESCRIPTION_STR "RCA Lyra WMDM Service Provider\0"
|
|
#define VER_WMDM_FILE_INTERNALNAME_STR "LyraSP.DLL\0"
|
|
#define VER_WMDM_FILE_OLEREGISTER
|
|
|
|
#include "wmdm_ver.ver"
|
|
|
|
#endif // !_MAC
|
|
|