Ignore:
Timestamp:
Sep 17, 2000, 12:31:07 PM (25 years ago)
Author:
davidr
Message:

Updates from wine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ole32/taskmem.cpp

    r1655 r4274  
    1 /* $Id: taskmem.cpp,v 1.3 1999-11-09 10:47:45 bird Exp $ */
     1/* $Id: taskmem.cpp,v 1.4 2000-09-17 10:31:06 davidr Exp $ */
    22/*
    33 *
     
    153153        return S_OK;
    154154    }
    155     return OLE_E_ENUM_NOMORE;
     155    return E_NOINTERFACE;
    156156}
    157157
Note: See TracChangeset for help on using the changeset viewer.