Help for this page

Select Code to Download


  1. or download this
    DllExport int
    win32_open_osfhandle(intptr_t handle, int flags)
    ...
    #endif
        return _open_osfhandle(handle, flags);
    }
    
  2. or download this
    \perl\src\perl-5.8.8\lib\CORE\perlhost.h:    return win32_open_osfhand
    +le(osfhandle, flags);
    \perl\src\perl-5.8.8\lib\CORE\win32.h:/* Define USE_FIXED_OSFHANDLE to
    + fix MSVCRT's _open_osfhandle() on W95.
    ...
    \perl\src\perl-5.8.8\wince\wince.c:             int fd = win32_open_os
    +fhandle((intptr_t)fh, 0);
    \perl\src\perl-5.8.8\wince\wince.c:win32_open_osfhandle(intptr_t osfha
    +ndle, int flags)
    \perl\src\perl-5.8.8\wince\wince.c:    Perl_croak_nocontext("win32_ope
    +n_osfhandle() TBD on this platform");
    
  3. or download this
    \perl\src\perl-5.8.8\win32\win32iop.h:#define _open_osfhandle         
    +  win32_open_osfhandle