Ignore:
Timestamp:
Dec 31, 2012, 1:34:36 PM (13 years ago)
Author:
dmik
Message:

kernel32: Use console input/output mode only if handle is attached to a real console.

Previously it would use this mode (which reads/writes directly to the attached VIO window)
for all character devices (e.g. NUL) which was clearly wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/oslibdos.h

    r22051 r22055  
    363363DWORD OSLibDosGetNumPhysDrives();
    364364
    365 DWORD OSLibDosQueryHType(ULONG handle);
     365DWORD OSLibDosQueryHType(ULONG handle, PULONG pAttr);
    366366
    367367#ifdef __cplusplus
Note: See TracChangeset for help on using the changeset viewer.