dos.library: Fix C:AddDataTypes on OS 3.9
commiteaa80f48af88df24fcb2599fb10d96f5029c2706
authorjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 21 Jul 2013 15:03:06 +0000 (21 15:03 +0000)
committerjmcmullan <jmcmullan@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 21 Jul 2013 15:03:06 +0000 (21 15:03 +0000)
tree614ecd53d58894e2f45d20c8e3a7026ab524a40e
parent19d080c99ac65962ef07f44b2d1e79c77caa179c
dos.library: Fix C:AddDataTypes on OS 3.9

C:AddDataTypes on OS 3.9 was not passing a FH to InternalLoadSeg,
which was causing NameFromFH() in our internal segtracker to
die.

Resolved by using fh_Func2 to hold a 'this is a filehandle' marker.

Signed-off-by: Jason S. McMullan <jason.mcmullan@gmail.com>
git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@47747 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
rom/dos/allocdosobject.c
rom/dos/dos_intern.h
rom/dos/internalloadseg_support.c