Ignore:
Timestamp:
Jun 8, 2000, 8:08:58 PM (25 years ago)
Author:
sandervl
Message:

RegQueryValueW, OpenFile and LoadLibrary fixes

File:
1 edited

Legend:

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

    r3642 r3678  
    1 /* $Id: HandleManager.cpp,v 1.40 2000-06-01 11:28:42 sandervl Exp $ */
     1/* $Id: HandleManager.cpp,v 1.41 2000-06-08 18:08:54 sandervl Exp $ */
    22
    33/*
     
    10161016  {
    10171017        TabWin32Handles[iIndexNew].hmHandleData.hHMHandle = INVALID_HANDLE_VALUE;
    1018         SetLastError(rc);          /* Hehe, OS/2 and NT are pretty compatible :) */
     1018        SetLastError(pOFStruct->nErrCode);
    10191019        return (INVALID_HANDLE_VALUE);                           /* signal error */
    10201020  }
Note: See TracChangeset for help on using the changeset viewer.