mirror of https://github.com/tongzx/nt5src
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.
17 lines
526 B
17 lines
526 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// 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"
|
|
|