From 3d9f8afdafd8ffa974e99ef221b3840399a49456 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 8 Jan 2002 22:14:12 +0000 Subject: [PATCH] See ChangeLog entry 2002-01-08 17:10 UTC-0500 David G. Holm --- harbour/ChangeLog | 4 ++++ harbour/source/rtl/isprint.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b87efccbdc..583581854f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + * Now works properly on linux + From Horacio Roldán + +2002-01-10 17:20 UTC+0300 Alexander Kresin * source/pp/pptable.c + SET OPTIMIZE ON/OFF/expression command added diff --git a/harbour/source/rtl/isprint.c b/harbour/source/rtl/isprint.c index a9c4908ac9..efbf75ccb7 100644 --- a/harbour/source/rtl/isprint.c +++ b/harbour/source/rtl/isprint.c @@ -155,7 +155,7 @@ BOOL hb_printerIsReady( char * pszPrinterName ) HB_FUNC( ISPRINTER ) { - #if defined(HB_OS_WIN_32) + #if defined(HB_OS_WIN_32) && !defined(__RSXNT__) { char DefaultPrinter[ 80 ]; DWORD pdwBufferSize = 80;