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;