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.
22 lines
710 B
22 lines
710 B
/********************************************************************/
|
|
/* MSRATING.RCV */
|
|
/********************************************************************/
|
|
#ifndef WINNT
|
|
#include <version.h>
|
|
#else
|
|
#ifndef NASHVILLE
|
|
#define NASHVILLE /* otherwise we get an NT version number */
|
|
#endif // NASHVILLE
|
|
|
|
#include <ntverp.h>
|
|
#endif /* WINNT */
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Internet Ratings and Local User Management DLL"
|
|
#define VER_INTERNALNAME_STR "MSRATING"
|
|
#define VER_ORIGINALFILENAME_STR "MSRATING.DLL"
|
|
#define VER_OLESELFREGISTER
|
|
|
|
#include <common.ver>
|
|
|