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

#if !defined osfsctrl32_H
#define osfsctrl32_H

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

#if !defined OSLIB_F8
#define osfscontrol_read_fs_handle osfscontrol_read_fs_handlew
#define upcallfscontrol_set_args_size upcallfscontrol_set_args_sizew
#define xosfscontrol_read_fs_handle xosfscontrol_read_fs_handlew
#define xupcallfscontrol_set_args_size xupcallfscontrol_set_args_sizew
#endif

#endif

/* End */
