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
This commit is contained in:
Viktor Szakats
2009-06-14 09:07:22 +00:00
parent 91ee50158b
commit 72dddc6416
2 changed files with 8 additions and 21 deletions

View File

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

View File

@@ -222,24 +222,3 @@ FUNCTION GraMakeRGBColor( aRGB )
ENDIF
RETURN nRGB
/*----------------------------------------------------------------------*/
#ifndef __DEBUG__
#PRAGMA BEGINDUMP
#include <windows.h>
#include "hbapi.h"
HB_FUNC( UIDEBUG )
{
OutputDebugString( hb_parc( 1 ) );
}
#PRAGMA ENDDUMP
#endif
/*----------------------------------------------------------------------*/