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
508 B
22 lines
508 B
#include "resource.h"
|
|
#include <FaxName.h>
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILEDESCRIPTION_STR FAX_SERVER_NAME " T30 Configuration MMC Extension"
|
|
#define VER_INTERNALNAME_STR "T30PROP.DLL"
|
|
#define VER_ORIGINALFILENAME_STR "T30PROP.DLL"
|
|
|
|
|
|
#include "cvernum.h"
|
|
#include "cometver.rc"
|
|
|
|
|
|
1 TYPELIB "T30Prop.tlb"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_T30CONFIG REGISTRY DISCARDABLE "T30Config.rgs"
|
|
|