1 #ifndef LIBRARIES_WBSTART_H
    2 #define LIBRARIES_WBSTART_H
    3 
    4 /*
    5 	wbstart.library include
    6 
    7 	Copyright © 2002 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef UTILITY_TAGITEM_H
   11 # include <utility/tagitem.h>
   12 #endif
   13 
   14 
   15 #define WBSTART_NAME    "wbstart.library"
   16 #define WBSTART_VERSION 2
   17 
   18 #define WBStart_Name          (TAG_USER + 1) /* STRPTR */
   19 #define WBStart_DirectoryName (TAG_USER + 2) /* STRPTR */
   20 #define WBStart_DirectoryLock (TAG_USER + 3) /* BPTR */
   21 #define WBStart_Stack         (TAG_USER + 4) /* ULONG */
   22 #define WBStart_Priority      (TAG_USER + 5) /* LONG */
   23 #define WBStart_ArgumentCount (TAG_USER + 6) /* ULONG */
   24 #define WBStart_ArgumentList  (TAG_USER + 7) /* struct WBArg * */
   25 
   26 
   27 #endif /* LIBRARIES_WBSTART_H */