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

  1. #ifndef __INC_POS_LOCALE_LOCBASE_H
  2. #define __INC_POS_LOCALE_LOCBASE_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7.  
  8.  $AUT Holger Papajewski
  9.  $DAT >>LocBase.h<<   27 Nov 1996    17:47:11 - (C) ProDAD
  10. *******************************************************************/
  11.  
  12.  
  13. #ifndef __INC_POS_PEXEC_LIBRARY_H
  14. #include <pExec/Library.h>
  15. #endif
  16.  
  17.  
  18. /*----------------------------------
  19. -----------------------------------*/
  20. struct pOS_LocaleBase
  21. {
  22.   struct pOS_Library            locb_Lib;
  23.  
  24. /*** System Private Data - DO NOT USE ***/
  25.  
  26. };
  27.  
  28.  
  29. #endif
  30.