From d240482dc62957977a13cd98e85238e86d176aec Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 12 Oct 1999 11:26:12 +0000 Subject: [PATCH] 19991012-13:13 GMT+1 --- harbour/ChangeLog | 4 ++++ harbour/include/clipdefs.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 2154450874..be1f020b1a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19991012-13:13 GMT+1 Victor Szel + * include/clipdefs.h + ! ERRCODE typedef removed from here, since it has been moved to extend.h. + 19991012-10:38 GMT+2 Ryszard Glab *samples/pe diff --git a/harbour/include/clipdefs.h b/harbour/include/clipdefs.h index bce65f905f..8bdd2145b9 100644 --- a/harbour/include/clipdefs.h +++ b/harbour/include/clipdefs.h @@ -88,7 +88,6 @@ typedef FARP VOIDP; typedef FARP PVOID; typedef void* HANDLE; -typedef USHORT ERRCODE; typedef ERRCODE IHELP; typedef ERRCODE ICODE;