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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
/*----------------------------------------------------------------------*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user