diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 86503c0bc1..35d0a74b15 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-28 13:14 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) + * harbour/contrib/hbqt/tests/demoqt.prg + - Deleted C OutputDebugString() function. + 2009-06-28 09:19 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * harbour/contrib/hbxbp/xbp.ch * harbour/contrib/hbxbp/xbpdialog.prg diff --git a/harbour/contrib/hbqt/tests/demoqt.prg b/harbour/contrib/hbqt/tests/demoqt.prg index 67a2d06bd1..5e55d5682a 100644 --- a/harbour/contrib/hbqt/tests/demoqt.prg +++ b/harbour/contrib/hbqt/tests/demoqt.prg @@ -722,17 +722,3 @@ STATIC FUNCTION Dummies() /*----------------------------------------------------------------------*/ -#PRAGMA BEGINDUMP - -#include -#include "hbapi.h" - -HB_FUNC( UIDEBUG ) -{ - OutputDebugString( hb_parc( 1 ) ); -} - -#PRAGMA ENDDUMP - -/*----------------------------------------------------------------------*/ -