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

  1. #ifndef __INC_POS_PEXEC_NAMES_H
  2. #define __INC_POS_PEXEC_NAMES_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Burkarth
  9.  $DAT >>Names.h<<   06 Sep 1996    11:51:59 - (C) ProDAD
  10. *******************************************************************/
  11. #ifndef __INC_POS_PEXEC_TYPES_H
  12. #include <pExec/Types.h>
  13. #endif
  14.  
  15. #define pOS_DOSLIBNAME          "pdos.library"
  16. #define pOS_CONSOLEDEVNAME      "pconsole.device"
  17. #define pOS_INPUTDEVNAME        "pinput.device"
  18. #define pOS_TIMERDEVNAME        "ptimer.device"
  19. #define pOS_WALKERDEVNAME       "walker.device"
  20. #define pOS_GADGETLIBNAME       "pgadget.library"
  21. #define pOS_INTUIDEVNAME        "pintui.device"
  22. #define pOS_LAYERLIBNAME        "player.library"
  23. #define pOS_SCREENLIBNAME       "pscreen.library"
  24. #define pOS_UTILITYLIBNAME      "putility.library"
  25. #define pOS_SERIALDEVNAME       "pserial.device"
  26. #define pOS_GFXLIBNAME          "pgraphics.library"
  27. #define pOS_DTTYPEDEVNAME       "pDtType.device"
  28.  
  29.  
  30. #endif
  31.