[parrot/parrot] 78c580: cannot use Parrot_dup on Win32. our os_handle is a...

noreply at github.com noreply at github.com
Sun Jan 2 15:11:40 UTC 2011


Branch: refs/heads/master
Home:   https://github.com/parrot/parrot

Commit: 78c580a2a711a5ae66027d0a995e7ae1ff3597fa
    https://github.com/parrot/parrot/commit/78c580a2a711a5ae66027d0a995e7ae1ff3597fa
Author: unknown <awhitworth at .na.amstedrail.local>
Date:   2011-01-02 (Sun, 02 Jan 2011)

Changed paths:
  M src/pmc/filehandle.pmc

Log Message:
-----------
cannot use Parrot_dup on Win32. our os_handle is a HANDLE, not a FILE* (as dup expects). Must use DuplicateHandle here instead




More information about the parrot-commits mailing list