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/hmfile.h

    r4682 r5587  
    1 /* $Id: hmfile.h,v 1.4 2000-11-23 19:23:50 sandervl Exp $ */
     1/* $Id: hmfile.h,v 1.5 2001-04-26 13:22:45 sandervl Exp $ */
    22
    33/*
     
    6666
    6767                      /* this is a handler method for calls to CloseHandle() */
    68   virtual DWORD  CloseHandle(PHMHANDLEDATA pHMHandleData);
     68  virtual BOOL   CloseHandle(PHMHANDLEDATA pHMHandleData);
    6969
    7070                           /* this is a handler method for calls to ReadFile() */
Note: See TracChangeset for help on using the changeset viewer.