Ignore:
Timestamp:
Apr 26, 2001, 3:22:49 PM (24 years ago)
Author:
sandervl
Message:

added mailslot implemenation, named pipe fixes + FreeLibraryAndExitThread

File:
1 edited

Legend:

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

    r3948 r5587  
    1 /* $Id: hmopen32.h,v 1.7 2000-08-04 21:12:08 sandervl Exp $ */
     1/* $Id: hmopen32.h,v 1.8 2001-04-26 13:22:47 sandervl Exp $ */
    22
    33/*
     
    5252
    5353                      /* this is a handler method for calls to CloseHandle() */
    54   virtual DWORD  CloseHandle(PHMHANDLEDATA pHMHandleData);
     54  virtual BOOL   CloseHandle(PHMHANDLEDATA pHMHandleData);
    5555
    5656                      /* this is a handler method for calls to GetFileType() */
Note: See TracChangeset for help on using the changeset viewer.