/* oscore32.h
** Used by oscore.h to create the short synonyms for 32-bit file handles
**
** Tony van der Hoff 10-11-01
*/

#if !defined oscore32_H
#define oscore32_H

#if !defined osf32_H
#include "osf32.h"
#endif

#if !defined OSLIB_F8
#define os_change_redirection os_change_redirectionw
#endif

#endif

/* End */
