issues
search
dz333n
/
wcecl
Run Windows CE applications on desktop Windows
MIT License
154
stars
21
forks
source link
Implement console DeviceIoControl codes
#29
Closed
TheNNX
closed
7 months ago
TheNNX
commented
7 months ago
Changes:
Makes the
TITLE
command work correctly
Makes the
CLS
command work correctly
If the program was not converted to
win32cui
, but
win32gui
, a console is now allocated, if the application requests a stdio file, and stdio handles are
NULL
(seems to match the behaviour of WinCE)
Changes:
TITLE
command work correctlyCLS
command work correctlywin32cui
, butwin32gui
, a console is now allocated, if the application requests a stdio file, and stdio handles areNULL
(seems to match the behaviour of WinCE)