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.
46 lines
1.7 KiB
46 lines
1.7 KiB
/////////////////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Copyright (c) 1997 Active Voice Corporation. All Rights Reserved.
|
|
//
|
|
// TAPIDialer(tm) and ActiveDialer(tm) are trademarks of Active Voice Corporation.
|
|
//
|
|
// Other brand and product names used herein are trademarks of their respective owners.
|
|
//
|
|
// The entire program and user interface including the structure, sequence, selection,
|
|
// and arrangement of the dialog, the exclusively "yes" and "no" choices represented
|
|
// by "1" and "2," and each dialog message are protected by copyrights registered in
|
|
// the United States and by international treaties.
|
|
//
|
|
// Protected by one or more of the following United States patents: 5,070,526; 5,488,650;
|
|
// 5,434,906; 5,581,604; 5,533,102; 5,568,540, 5,625,676.
|
|
//
|
|
// Active Voice Corporation
|
|
// Seattle, Washington
|
|
// USA
|
|
//
|
|
/////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
/////////////////////////////////////////////////////////////////////////////////////////
|
|
//This file is necessary to override the Microsoft defines in the common.ver. This
|
|
//file is used to build the version structure for the .rc file.
|
|
/////////////////////////////////////////////////////////////////////////////////////////
|
|
|
|
#ifndef VER_LEGALCOPYRIGHT_STR
|
|
#define VER_LEGALCOPYRIGHT_STR "©1998 Active Voice Corporation. All rights reserved."
|
|
#endif
|
|
|
|
#ifndef VER_FILETYPE
|
|
#define VER_FILETYPE VFT_DLL
|
|
#endif
|
|
|
|
#ifndef VER_FILESUBTYPE
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#endif
|
|
|
|
#ifndef VER_FILEDESCRIPTION_STR
|
|
#define VER_FILEDESCRIPTION_STR "TAPI 3.0 Dialer and IP Multicast Conference Viewer"
|
|
#endif
|
|
|
|
#ifndef VER_INTERNALNAME_STR
|
|
#define VER_INTERNALNAME_STR "AVTAPI"
|
|
#endif
|