diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a7ab916109..8ff0907aef 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-06-14 11:06 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbxbp/xbpgeneric.prg + ! Removed inline C with Windows-only debug code. + Please don't readd it as it makes it difficult to test + on other platforms. + See instruction how to make this in portable way in: + 2009-06-13 20:29 UTC+0200 Viktor Szakats + 2009-06-14 11:03 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbqt/hbqt_slots.cpp ! Removed windows.h. I can't keep up with removing these diff --git a/harbour/contrib/hbxbp/xbpgeneric.prg b/harbour/contrib/hbxbp/xbpgeneric.prg index 4bef913b85..fee676b1dc 100644 --- a/harbour/contrib/hbxbp/xbpgeneric.prg +++ b/harbour/contrib/hbxbp/xbpgeneric.prg @@ -222,24 +222,3 @@ FUNCTION GraMakeRGBColor( aRGB ) ENDIF RETURN nRGB - -/*----------------------------------------------------------------------*/ - -#ifndef __DEBUG__ - -#PRAGMA BEGINDUMP - -#include -#include "hbapi.h" - -HB_FUNC( UIDEBUG ) -{ - OutputDebugString( hb_parc( 1 ) ); -} - -#PRAGMA ENDDUMP - -#endif - -/*----------------------------------------------------------------------*/ -