Ignore:
Timestamp:
Oct 3, 2000, 7:28:32 PM (25 years ago)
Author:
sandervl
Message:

misc updates + fixes

File:
1 edited

Legend:

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

    r2984 r4407  
    1 /* $Id: conout.cpp,v 1.7 2000-03-03 11:15:57 sandervl Exp $ */
     1/* $Id: conout.cpp,v 1.8 2000-10-03 17:28:28 sandervl Exp $ */
    22
    33/*
     
    317317}
    318318
     319
     320DWORD HMDeviceConsoleOutClass::GetFileType (PHMHANDLEDATA pHMHandleData)
     321{
     322   return FILE_TYPE_CHAR;
     323}
Note: See TracChangeset for help on using the changeset viewer.