Changeset 10210 for trunk/src/kernel32/conout.cpp
- Timestamp:
- Aug 6, 2003, 12:02:19 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/conout.cpp
r10209 r10210 1 /* $Id: conout.cpp,v 1.1 5 2003-08-06 09:59:55sandervl Exp $ */1 /* $Id: conout.cpp,v 1.16 2003-08-06 10:02:19 sandervl Exp $ */ 2 2 3 3 /* … … 135 135 136 136 fResult = SetConsoleScreenBufferSize(hConsole, 137 pConsoleGlobals-> Options.coordWindowSize);137 pConsoleGlobals->coordWindowSize); 138 138 if (fResult == FALSE) 139 139 {
Note:
See TracChangeset
for help on using the changeset viewer.