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.
23 lines
560 B
23 lines
560 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// File: cmcfg.h
|
|
//
|
|
// Module: CMCFG32.DLL
|
|
//
|
|
// Synopsis: This source header file contains definitions for the CmConfig and CmConfigEx APIs
|
|
//
|
|
// Copyright (c) 1998 Microsoft Corporation
|
|
//
|
|
// Author: henryt Created 08/27/99
|
|
//
|
|
//+----------------------------------------------------------------------------
|
|
|
|
#ifndef _CMCFG_H_
|
|
#define _CMCFG_H_
|
|
|
|
//
|
|
// Define string resources
|
|
//
|
|
#define IDS_NO_I386_ON_IA64 1000
|
|
|
|
#endif // _CMCFG_H_
|