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

kernel32: Move console functions to kernelbase.

parent f3960c32
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -4,6 +4,7 @@ IMPORTS = uuid ntdll winecrt0 kernel32
EXTRADLLFLAGS = -nodefaultlibs -nostartfiles -mno-cygwin
C_SRCS = \
console.c \
debug.c \
file.c \
loader.c \
......
......@@ -268,7 +268,7 @@ typedef struct tagINPUT_RECORD
#define CONSOLE_TEXTMODE_BUFFER 1
#ifdef __i386__
#if defined(__i386__) && !defined(__MINGW32__)
/* Note: this should return a COORD, but calling convention for returning
* 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