home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
ddkx86v1.zip
/
DDKX86
/
H
/
ERROR.H
< prev
next >
Wrap
C/C++ Source or Header
|
1995-04-14
|
1KB
|
23 lines
/*DDK*************************************************************************/
/* */
/* COPYRIGHT Copyright (C) 1995 IBM Corporation */
/* */
/* The following IBM OS/2 WARP source code is provided to you solely for */
/* the purpose of assisting you in your development of OS/2 WARP device */
/* drivers. You may use this code in accordance with the IBM License */
/* Agreement provided in the IBM Device Driver Source Kit for OS/2. This */
/* Copyright statement may not be removed. */
/* */
/*****************************************************************************/
/*static char *SCCSID = "@(#)error.h 6.1 90/11/15";*/
/*static char *SCCSID = "@(#)error.h 13.17 89/12/22";*/
/* The #defines in this file are no longer in use.
* They are contained within file bseerr.h, which is now
* included from here. The preferred method to get definitions
* that used to be here is to include bseerr.h directly.
*/
#define INCL_ERROR_H
#include <bseerr.h>