mirror of
https://github.com/adtools/clib2.git
synced 2025-12-08 14:59:05 +00:00
- Updated to use the proper OS4 build environment.
git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15004 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
26
library/skeleton_library/include/inline4/skeleton.h
Normal file
26
library/skeleton_library/include/inline4/skeleton.h
Normal file
@ -0,0 +1,26 @@
|
||||
#ifndef INLINE4_SKELETON_H
|
||||
#define INLINE4_SKELETON_H
|
||||
|
||||
/*
|
||||
** This file was auto generated by idltool 51.6.
|
||||
**
|
||||
** It provides compatibility to OS3 style library
|
||||
** calls by substituting functions.
|
||||
**
|
||||
** Do not edit manually.
|
||||
*/
|
||||
|
||||
#ifndef EXEC_TYPES_H
|
||||
#include <exec/types.h>
|
||||
#endif
|
||||
#ifndef EXEC_EXEC_H
|
||||
#include <exec/exec.h>
|
||||
#endif
|
||||
#ifndef EXEC_INTERFACES_H
|
||||
#include <exec/interfaces.h>
|
||||
#endif
|
||||
|
||||
|
||||
/* Inline macros for Interface "main" */
|
||||
|
||||
#endif /* INLINE4_SKELETON_H */
|
||||
Reference in New Issue
Block a user