Ignore:
Timestamp:
Nov 12, 1999, 2:41:53 PM (26 years ago)
Author:
davidr
Message:

fixed compile error

File:
1 edited

Legend:

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

    r1709 r1712  
    1 /* $Id: HandleManager.cpp,v 1.23 1999-11-12 11:12:24 achimha Exp $ */
     1/* $Id: HandleManager.cpp,v 1.24 1999-11-12 13:41:53 davidr Exp $ */
    22
    33/*
     
    10241024  if (fResult == TRUE)                   /* remove handle if close succeeded */
    10251025  {
    1026     pHMHandle->hmHandleData.hHMHandle = INVALID_HANDLE; /* mark handle as free */
     1026    pHMHandle->hmHandleData.hHMHandle = INVALID_HANDLE_VALUE; /* mark handle as free */
    10271027    SetLastError(ERROR_SUCCESS); //@@@PH 1999/10/27 rc5desg requires this?
    10281028  }
Note: See TracChangeset for help on using the changeset viewer.