Ignore:
Timestamp:
Nov 26, 2001, 3:54:03 PM (24 years ago)
Author:
sandervl
Message:

preliminary work on overlapped serial comm IO

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conout.cpp

    r5308 r7457  
    1 /* $Id: conout.cpp,v 1.10 2001-03-13 18:45:32 sandervl Exp $ */
     1/* $Id: conout.cpp,v 1.11 2001-11-26 14:53:59 sandervl Exp $ */
    22
    33/*
     
    9494 *****************************************************************************/
    9595
    96 DWORD HMDeviceConsoleOutClass::CreateFile (LPCSTR        lpFileName,
     96DWORD HMDeviceConsoleOutClass::CreateFile (HANDLE        hHandle,
     97                                           LPCSTR        lpFileName,
    9798                                           PHMHANDLEDATA pHMHandleData,
    9899                                           PVOID         lpSecurityAttributes,
Note: See TracChangeset for help on using the changeset viewer.