diff options
Diffstat (limited to 'core/plaincon.c')
| -rw-r--r-- | core/plaincon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plaincon.c b/core/plaincon.c index dfeb9784..8f8ca7ca 100644 --- a/core/plaincon.c +++ b/core/plaincon.c @@ -9,7 +9,7 @@ * Write a single character in AL to the console without * mangling any registers; handle video pages correctly. */ -void writechr(char data) +__export void writechr(char data) { com32sys_t ireg, oreg; |
