;This Module Definitions file provides references to functions which ;are part of the Windows 3.1 API but were not in the Windows 3.0 API. ;The library LDLLFEW only provided references to Windows 3.0 functions. ;The following tells the linker that references to _hread and _hwrite ;will be resolved in the standard Windows API (the kernel library). ;Programs calling _hread or _hwrite will not work in Windows 3.0 LIBRARY KERNEL EXPORTS _hread _hwrite