Commit 55e9b666 authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Move console functions to kernelbase.

parent f3960c32
...@@ -4,6 +4,7 @@ IMPORTS = uuid ntdll winecrt0 kernel32 ...@@ -4,6 +4,7 @@ IMPORTS = uuid ntdll winecrt0 kernel32
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin
C_SRCS = \ C_SRCS = \
console.c \
debug.c \ debug.c \
file.c \ file.c \
loader.c \ loader.c \
......
...@@ -268,7 +268,7 @@ typedef struct tagINPUT_RECORD ...@@ -268,7 +268,7 @@ typedef struct tagINPUT_RECORD
#define CONSOLE_TEXTMODE_BUFFER 1 #define CONSOLE_TEXTMODE_BUFFER 1
#ifdef __i386__ #if defined(__i386__) && !defined(__MINGW32__)
/* Note: this should return a COORD, but calling convention for returning /* Note: this should return a COORD, but calling convention for returning
* structures is different between Windows and gcc on i386. */ * structures is different between Windows and gcc on i386. */
......
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