home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PUTIL_UTILBASE_H
- #define __INC_POS_PUTIL_UTILBASE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>UtilBase.h<< 31 Jul 1996 10:36:15 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIBRARY_H
- #include <pExec/Library.h>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_UtilityBase
- {
- struct pOS_Library ub_Lib;
-
- /*** SYSTEM - DATAS ***/
- };
-
-
-
-
- #endif
-