home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ddkx86v2.zip / DDKX86 / DBCSDD / INC32 / OS2.INC < prev    next >
Text File  |  1995-04-14  |  843b  |  32 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. ifdef __IBMC__
  12. ifndef __CHKHDR__
  13. endif
  14. endif
  15. ifndef __OS2_H__
  16. __OS2_H__    EQU    1
  17.  
  18. OS2_INCLUDED    EQU    1
  19.  
  20. INCLUDE os2def.INC
  21. ifndef INCL_NOBASEAPI
  22. INCLUDE bse.INC
  23. endif 
  24. ifndef INCL_NOPMAPI
  25. INCLUDE pm.INC
  26. endif 
  27. endif 
  28. ifdef __IBMC__
  29. ifndef __CHKHDR__
  30. endif
  31. endif
  32.