Ignore:
Timestamp:
Aug 31, 1999, 11:03:26 PM (26 years ago)
Author:
phaller
Message:

Fix: DuplicateHandle for non-HandleManager handles

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/kobjects.cpp

    r690 r765  
    1 /* $Id: kobjects.cpp,v 1.3 1999-08-25 14:27:07 sandervl Exp $ */
     1/* $Id: kobjects.cpp,v 1.4 1999-08-31 21:03:26 phaller Exp $ */
    22
    33/*
     
    367367                         arg6,
    368368                         arg7);
     369  //@@@PH: (temporary) fix for non-HandleManager handles
     370  if (rc == FALSE)
     371    rc = O32_DuplicateHandle(srcprocess,
     372                             srchandle,
     373                             destprocess,
     374                             desthandle,
     375                             arg5,
     376                             arg6,
     377                             arg7);
     378
    369379  return(rc);
    370380}
Note: See TracChangeset for help on using the changeset viewer.