Changeset 4407 for trunk/src/kernel32/conout.cpp
- Timestamp:
- Oct 3, 2000, 7:28:32 PM (25 years ago)
- 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:57sandervl Exp $ */1 /* $Id: conout.cpp,v 1.8 2000-10-03 17:28:28 sandervl Exp $ */ 2 2 3 3 /* … … 317 317 } 318 318 319 320 DWORD HMDeviceConsoleOutClass::GetFileType (PHMHANDLEDATA pHMHandleData) 321 { 322 return FILE_TYPE_CHAR; 323 }
Note:
See TracChangeset
for help on using the changeset viewer.