See ChangeLog entry 2002-01-08 17:10 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-01-08 22:14:12 +00:00
parent 2c987fcc95
commit 3d9f8afdaf
2 changed files with 5 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
* Now works properly on linux
From Horacio Roldán <harbour_ar@yahoo.com.ar>
2002-01-10 17:20 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>
* source/pp/pptable.c
+ SET OPTIMIZE ON/OFF/expression command added

View File

@@ -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;