18 lines
526 B
C
18 lines
526 B
C
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: cmprdver.h
|
|
//
|
|
// Module: All CM Resource Scripts
|
|
//
|
|
// Synopsis: This file contains the Product Name description string for CM
|
|
// components.
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/19/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
#undef VER_PRODUCTNAME_STR
|
|
#define VER_PRODUCTNAME_STR "Microsoft(R) Connection Manager"
|
|
|