home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / Guide.lzx / Guide / pExec / Names.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-11  |  2.1 KB  |  54 lines

  1. @DATABASE "pExec/Names.h"
  2. @MASTER   "Work2:AD/IInc/pExec/Names.h"
  3. @REMARK   This file was created by ADtoHT 2.0 on 11-Mär-97  13:34:29
  4. @REMARK   Do not edit
  5. @REMARK   ADtoHT is © 1993-1995 Christian Stieber
  6.  
  7. @NODE MAIN "pExec/Names.h"
  8. @TOC "__pOS_Dev.guide/MAIN"
  9.  
  10. @{"pExec/Names.h" LINK File}
  11.  
  12.  
  13. @{b}#defines@{ub}
  14.  
  15. @{"pOS_CONSOLEDEVNAME" LINK "pExec/Names.h/File" 16}  @{"pOS_DOSLIBNAME" LINK "pExec/Names.h/File" 15}    @{"pOS_DTTYPEDEVNAME" LINK "pExec/Names.h/File" 27}
  16. @{"pOS_GADGETLIBNAME" LINK "pExec/Names.h/File" 20}   @{"pOS_GFXLIBNAME" LINK "pExec/Names.h/File" 26}    @{"pOS_INPUTDEVNAME" LINK "pExec/Names.h/File" 17}
  17. @{"pOS_INTUIDEVNAME" LINK "pExec/Names.h/File" 21}    @{"pOS_LAYERLIBNAME" LINK "pExec/Names.h/File" 22}  @{"pOS_SCREENLIBNAME" LINK "pExec/Names.h/File" 23}
  18. @{"pOS_SERIALDEVNAME" LINK "pExec/Names.h/File" 25}   @{"pOS_TIMERDEVNAME" LINK "pExec/Names.h/File" 18}  @{"pOS_UTILITYLIBNAME" LINK "pExec/Names.h/File" 24}
  19. @{"pOS_WALKERDEVNAME" LINK "pExec/Names.h/File" 19}   
  20.  
  21. @ENDNODE
  22. @NODE File "pExec/Names.h"
  23. #ifndef __INC_POS_PEXEC_NAMES_H
  24. #define __INC_POS_PEXEC_NAMES_H
  25. /*******************************************************************
  26.  Includes Release 24
  27.  (C) Copyright 1995-1997 proDAD
  28.      All Rights Reserved
  29.  
  30.  $AUT Holger Burkarth
  31.  $DAT >>Names.h<<   06 Sep 1996    11:51:59 - (C) ProDAD
  32. *******************************************************************/
  33. #ifndef __INC_POS_PEXEC_TYPES_H
  34. #include <@{"pExec/Types.h" LINK "pExec/Types.h/File"}>
  35. #endif
  36.  
  37. #define pOS_DOSLIBNAME          "pdos.library"
  38. #define pOS_CONSOLEDEVNAME      "pconsole.device"
  39. #define pOS_INPUTDEVNAME        "pinput.device"
  40. #define pOS_TIMERDEVNAME        "ptimer.device"
  41. #define pOS_WALKERDEVNAME       "walker.device"
  42. #define pOS_GADGETLIBNAME       "pgadget.library"
  43. #define pOS_INTUIDEVNAME        "pintui.device"
  44. #define pOS_LAYERLIBNAME        "player.library"
  45. #define pOS_SCREENLIBNAME       "pscreen.library"
  46. #define pOS_UTILITYLIBNAME      "putility.library"
  47. #define pOS_SERIALDEVNAME       "pserial.device"
  48. #define pOS_GFXLIBNAME          "pgraphics.library"
  49. #define pOS_DTTYPEDEVNAME       "pDtType.device"
  50.  
  51.  
  52. #endif
  53. @ENDNODE
  54.