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.cpp

    r5039 r5587  
    1 /* $Id: hmcomm.cpp,v 1.9 2001-01-29 23:42:25 sandervl Exp $ */
     1/* $Id: hmcomm.cpp,v 1.10 2001-04-26 13:22:43 sandervl Exp $ */
    22
    33/*
     
    247247
    248248                      /* this is a handler method for calls to CloseHandle() */
    249 DWORD HMDeviceCommClass::CloseHandle(PHMHANDLEDATA pHMHandleData)
     249BOOL HMDeviceCommClass::CloseHandle(PHMHANDLEDATA pHMHandleData)
    250250{
    251251  dprintf(("HMComm: Serial communication port close request\n"));
Note: See TracChangeset for help on using the changeset viewer.