1 /*
    2 	libdl.a wrapper
    3 
    4 	Basically includes the MorphOS-style library headers here, so that
    5 	code doesn't need to be changed to be portable.
    6 
    7 	Copyright © 2005 The MorphOS Development Team, All Rights Reserved.
    8 */
    9 
   10 #ifndef __MORPHOS_SHAREDLIBS
   11 
   12 #include_next <dlfcn.h>
   13 
   14 #else
   15 
   16 #ifndef _DLFCN_H_
   17 #define _DLFCN_H_
   18 
   19 #include <proto/dynload.h>
   20 
   21 #endif /* _DLFCN_H_ */
   22 
   23 #endif /* __MORPHOS_SHAREDLIBS */