diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a90addc1d7..e6035f1b4a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * source/compiler/hbusage.c + * source/common/hbver.c + * changed decimal build nr in "Alpha build .." + 2002-01-08 12:31 UTC+0700 Andi Jahja * source/rdd/dbfcdx/dbfcdx1.c ! remove spurious type casts diff --git a/harbour/source/rtl/isprint.c b/harbour/source/rtl/isprint.c index bc64747061..a9c4908ac9 100644 --- a/harbour/source/rtl/isprint.c +++ b/harbour/source/rtl/isprint.c @@ -323,7 +323,7 @@ static BOOL GetJobs(HANDLE hPrinter, /* Handle to the printer. */ return TRUE; } - +#define MAXBUFFERSIZE 250 static BOOL DPGetDefaultPrinter(LPTSTR pPrinterName, LPDWORD pdwBufferSize) { BOOL bFlag;