home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v1.zip / DDKX86 / H / ERROR.H < prev    next >
C/C++ Source or Header  |  1995-04-14  |  1KB  |  23 lines

  1. /*DDK*************************************************************************/
  2. /*                                                                           */
  3. /* COPYRIGHT    Copyright (C) 1995 IBM Corporation                           */
  4. /*                                                                           */
  5. /*    The following IBM OS/2 WARP source code is provided to you solely for  */
  6. /*    the purpose of assisting you in your development of OS/2 WARP device   */
  7. /*    drivers. You may use this code in accordance with the IBM License      */
  8. /*    Agreement provided in the IBM Device Driver Source Kit for OS/2. This  */
  9. /*    Copyright statement may not be removed.                                */
  10. /*                                                                           */
  11. /*****************************************************************************/
  12. /*static char *SCCSID = "@(#)error.h    6.1 90/11/15";*/
  13. /*static char *SCCSID = "@(#)error.h    13.17 89/12/22";*/
  14. /* The #defines in this file are no longer in use.
  15.  * They are contained within file bseerr.h, which is now
  16.  * included from here.  The preferred method to get definitions
  17.  * that used to be here is to include bseerr.h directly.
  18.  */
  19.  
  20.  
  21. #define INCL_ERROR_H
  22. #include <bseerr.h>
  23.