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.
15 lines
554 B
15 lines
554 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: ver_str.h
|
|
//
|
|
// Module: Common Strings for all Modules to Utilize
|
|
//
|
|
// Synopsis: Header file for Profile Versioning Inf Values/Keys
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: quintinb Created Header 08/19/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
const TCHAR* const c_pszSectionCmDial32 = TEXT("CmDial32.Dll");
|
|
const TCHAR* const c_pszVerBuild = TEXT("Build");
|