From e0a765783e44434b72e37ad85d2ce0a12f8c3336 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 16 Jun 2009 17:33:10 +0000 Subject: [PATCH] wrong copy paste corrected in last ChangeLog entry 2009-06-16 18:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch + Added HB_WAEVAL(). * contrib/hbwin/win_prn1.c - Direct procedural Windows printing interface will now only accept real pointers. * WIN_CREATEDC() will now return null pointer instead of NIL. The safest way to check for success is: 'IF ! Empty( win_CreateDC() )' ; With this, only some DLL related functions remain which still use numeric pointers. --- harbour/ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4207d54e68..a5199911c2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,7 +17,7 @@ past entries belonging to author(s): Viktor Szakats. */ -2009-06-16 18:39 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) +2009-06-16 18:39 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * include/hbextern.ch + Added HB_WAEVAL(). @@ -27,7 +27,7 @@ * WIN_CREATEDC() will now return null pointer instead of NIL. The safest way to check for success is: 'IF ! Empty( win_CreateDC() )' ; With this, only some DLL related functions remain which - still use numeric pointers + still use numeric pointers. 2009-06-16 16:59 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * contrib/hbwin/win_misc.c