home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_PEXEC_RESOURCE_H
- #define __INC_POS_PEXEC_RESOURCE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Burkarth
- $DAT >>Resource.h<< 12 Sep 1996 10:17:21 - (C) ProDAD
- *******************************************************************/
- #ifndef __INC_POS_PEXEC_LIBRARY_H
- #include <pExec/Library.h>
- #endif
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_Resource
- {
- struct pOS_Library rs_Library;
- };
-
-
-
- #endif
-