1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Applied a patch for Netware.

This commit is contained in:
unknown
2005-02-08 19:49:40 +02:00
parent 30e89d0a48
commit ffe417fdde
13 changed files with 47 additions and 13 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