home *** CD-ROM | disk | FTP | other *** search
- #ifndef __INC_POS_LOCALE_LOCBASE_H
- #define __INC_POS_LOCALE_LOCBASE_H
- /*******************************************************************
- Includes Release 24
- (C) Copyright 1995-1997 proDAD
- All Rights Reserved
-
- $AUT Holger Papajewski
- $DAT >>LocBase.h<< 27 Nov 1996 17:47:11 - (C) ProDAD
- *******************************************************************/
-
-
- #ifndef __INC_POS_PEXEC_LIBRARY_H
- #include <pExec/Library.h>
- #endif
-
-
- /*----------------------------------
- -----------------------------------*/
- struct pOS_LocaleBase
- {
- struct pOS_Library locb_Lib;
-
- /*** System Private Data - DO NOT USE ***/
-
- };
-
-
- #endif
-