Changeset 10209 for trunk/src/kernel32/conout.cpp
- Timestamp:
- Aug 6, 2003, 11:59:55 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conout.cpp
r7550 r10209 1 /* $Id: conout.cpp,v 1.1 4 2001-12-05 18:06:00sandervl Exp $ */1 /* $Id: conout.cpp,v 1.15 2003-08-06 09:59:55 sandervl Exp $ */ 2 2 3 3 /* … … 135 135 136 136 fResult = SetConsoleScreenBufferSize(hConsole, 137 pConsoleGlobals->Options.coord DefaultSize);137 pConsoleGlobals->Options.coordWindowSize); 138 138 if (fResult == FALSE) 139 139 {
Note:
See TracChangeset
for help on using the changeset viewer.