home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cdrom.zip / DDK / BASE / SRC / DEV / DASD / CDROM / TOSHIBA / toshcds1.def < prev   
Text File  |  1996-06-18  |  3KB  |  49 lines

  1. ; SCCSID = @(#)toshcd1.def      6.3 92/05/04
  2. ;
  3. ;/***********************************************************************/
  4. ;/*                                                                     */
  5. ;/* Driver Name: TOSHCD1.DMD - Toshiba CD-ROM Filter                    */
  6. ;/*              -----------------------------------                    */
  7. ;/*                                                                     */
  8. ;/* Source File Name: TOSHCD1.DEF                                       */
  9. ;/*                                                                     */
  10. ;/* Descriptive Name: Linker DEF file for Toshiba CD-ROM Filter         */
  11. ;/*                                                                     */
  12. ;/* Function:                                                           */
  13. ;/*                                                                     */
  14. ;/*                                                                     */
  15. ;/*---------------------------------------------------------------------*/
  16. ;/*                                                                     */
  17. ;/* Copyright (C) 1992 IBM Corporation                                  */
  18. ;/*                                                                     */
  19. ;/* DISCLAIMER OF WARRANTIES.  The following [enclosed] code is         */
  20. ;/* provided to you solely for the purpose of assisting you in          */
  21. ;/* the development of your applications. The code is provided          */
  22. ;/* "AS IS", without warranty of any kind. IBM shall not be liable      */
  23. ;/* for any damages arising out of your use of this code, even if       */
  24. ;/* they have been advised of the possibility of such damages.          */
  25. ;/*                                                                     */
  26. ;/*---------------------------------------------------------------------*/
  27. ;/*                                                                     */
  28. ;/* Change Log                                                          */
  29. ;/*                                                                     */
  30. ;/* Mark    Date      Programmer  Comment                               */
  31. ;/* ----    ----      ----------  -------                               */
  32. ;/* @nnnn   mm/dd/yy  NNN                                               */
  33. ;/*                                                                     */
  34. ;/*                                                                     */
  35. ;/***********************************************************************/
  36.  
  37. LIBRARY TOSHCD1
  38.  
  39. PROTMODE
  40.  
  41. SEGMENTS
  42.  _DATA          CLASS 'DATA'
  43.  CONST          CLASS 'CONST'
  44.  _BSS           CLASS 'BSS'
  45.  'Code'         CLASS 'CODE' IOPL
  46.  _TEXT          CLASS 'CODE' IOPL
  47.  SwapCode       CLASS 'CODE' IOPL
  48.  
  49.