home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / include / proto / pptsupp.h < prev   
C/C++ Source or Header  |  1998-11-08  |  261b  |  17 lines

  1. #ifndef PROTO_PPTSUPP_H
  2. #define PROTO_PPTSUPP_H
  3.  
  4. #include <clib/pptsupp_protos.h>
  5.  
  6. #ifdef __PPC__
  7. # include <ppcpragmas/pptsupp_pragmas.h>
  8. #else
  9. # ifdef __GNUC__
  10. #  include <inline/pptsupp.h>
  11. # else
  12. #  include <pragmas/pptsupp_pragmas.h>
  13. # endif
  14. #endif
  15.  
  16. #endif
  17.