1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

A patch for Netware.

This commit is contained in:
unknown
2005-01-13 19:24:54 +02:00
parent 21dce62534
commit 365711af17
12 changed files with 35 additions and 11 deletions

View File

@ -4,4 +4,6 @@
#define printf consoleprintf
#define puts(s) consoleprintf("%s\n",s)
#define fputs(s,f) puts(s)
#define fputc(s,f) consoleprintf("%c", s)
#define putchar(s) consoleprintf("%c", s)
#endif