32 lines
454 B
C
32 lines
454 B
C
|
/**********************************************************************/
|
||
|
/** Microsoft Windows/NT **/
|
||
|
/** Copyright(c) Microsoft Corp., 1992 **/
|
||
|
/**********************************************************************/
|
||
|
|
||
|
/*
|
||
|
|
||
|
ErrorNum.h - Defines base manifests for error numbers and string IDs
|
||
|
|
||
|
|
||
|
FILE HISTORY:
|
||
|
Johnl 15-Apr-1992 Created
|
||
|
|
||
|
|
||
|
*/
|
||
|
|
||
|
#ifndef _ERRORNUM_H_
|
||
|
#define _ERRORNUM_H_
|
||
|
|
||
|
#define
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
#endif // _ERRORNUM_H_
|