Commit 5c45ec90 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

conhost: Import loading console config from wineconsole.

parent 3d51714c
MODULE = conhost.exe
IMPORTS = user32 gdi32
IMPORTS = user32 gdi32 advapi32
EXTRADLLFLAGS = -mwindows -municode -mno-cygwin
......
......@@ -1675,7 +1675,7 @@ static NTSTATUS get_output_info( struct screen_buffer *screen_buffer, size_t *ou
return STATUS_SUCCESS;
}
static NTSTATUS change_screen_buffer_size( struct screen_buffer *screen_buffer, int new_width, int new_height )
NTSTATUS change_screen_buffer_size( struct screen_buffer *screen_buffer, int new_width, int new_height )
{
int i, old_width, old_height, copy_width, copy_height;
char_info_t *new_data;
......
......@@ -131,5 +131,6 @@ struct screen_buffer
};
BOOL init_window( struct console *console );
NTSTATUS change_screen_buffer_size( struct screen_buffer *screen_buffer, int new_width, int new_height );
#endif /* RC_INVOKED */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment