Ignore:
Timestamp:
Jun 29, 1999, 10:45:04 AM (26 years ago)
Author:
phaller
Message:

Fix: Edgar Buerkle's fixes for HandleManager::Open32

File:
1 edited

Legend:

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

    r114 r240  
    1 /* $Id: hmopen32.cpp,v 1.3 1999-06-17 21:52:01 phaller Exp $ */
     1/* $Id: hmopen32.cpp,v 1.4 1999-06-29 08:45:04 phaller Exp $ */
    22
    33/*
     
    535535     pHMHandleData->hWinHandle = hFile;
    536536
     537  //@@@PH: Edgar Buerkle suspects wrong return value here, should be 0 in case of success
     538  dprintf(("KERNEL32: HandleManager::Open32::OpenFile returns %08xh\n",
     539           hFile));
     540
    537541  return(hFile);
    538542}
Note: See TracChangeset for help on using the changeset viewer.