From 145055cac3c58870baed8f04ea9a0f81798a956c Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Thu, 31 Jan 2008 18:02:00 +0000 Subject: 20080131-1809 --- emu/Nt/ie-win.c | 3 ++- include/version.h | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emu/Nt/ie-win.c b/emu/Nt/ie-win.c index 93abc4d4..74282dd5 100644 --- a/emu/Nt/ie-win.c +++ b/emu/Nt/ie-win.c @@ -216,8 +216,9 @@ clipread(void) return nil; } -void +int clipwrite(char *p) { USED(p); + return -1; { diff --git a/include/version.h b/include/version.h index 6472d09a..792e85d0 100644 --- a/include/version.h +++ b/include/version.h @@ -1 +1 @@ -#define VERSION "Fourth Edition (20080130)" +#define VERSION "Fourth Edition (20080131)" -- cgit v1.2.3