Skip to content

Commit 163b561

Browse files
committed
[CONSRV]
Code reorganization: move console-window-class - related code into a file. svn path=/trunk/; revision=62740
1 parent 858c7e6 commit 163b561

File tree

11 files changed

+2305
-2161
lines changed

11 files changed

+2305
-2161
lines changed

reactos/win32ss/user/winsrv/consrv.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ list(APPEND CONSRV_SOURCE
2222
consrv/condrv/graphics.c
2323
consrv/condrv/text.c
2424
consrv/frontends/input.c
25+
consrv/frontends/gui/conwnd.c
2526
consrv/frontends/gui/fullscreen.c
2627
consrv/frontends/gui/guiterm.c
2728
consrv/frontends/gui/guisettings.c

reactos/win32ss/user/winsrv/consrv/consrv.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@ typedef struct _CONSOLE_PROCESS_DATA
6767
} CONSOLE_PROCESS_DATA, *PCONSOLE_PROCESS_DATA;
6868

6969
#include "include/conio.h"
70+
#include "include/console.h"
71+
#include "include/settings.h"
72+
#include "include/term.h"
7073
#include "console.h"
7174
#include "conoutput.h"
7275
#include "handle.h"
7376
#include "lineinput.h"
74-
#include "frontends/gui/guisettings.h"
75-
#include "include/console.h"
76-
#include "include/settings.h"
77-
#include "include/term.h"
7877

7978
#endif /* __CONSRV_H__ */

0 commit comments

Comments
 (0)