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

    r4862 r5587  
    1 /* $Id: hmcomm.h,v 1.7 2000-12-31 12:28:54 sandervl Exp $ */
     1/* $Id: hmcomm.h,v 1.8 2001-04-26 13:22:44 sandervl Exp $ */
    22
    33/*
     
    3434
    3535  /* this is the handler method for calls to CloseHandle() */
    36   virtual DWORD CloseHandle(PHMHANDLEDATA pHMHandleData);
     36  virtual BOOL CloseHandle(PHMHANDLEDATA pHMHandleData);
    3737
    3838  /* this is the handler method for SetComm() */
Note: See TracChangeset for help on using the changeset viewer.