2009-06-28 13:14 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)

* harbour/contrib/hbqt/tests/demoqt.prg
    - Deleted C OutputDebugString() function.
This commit is contained in:
Pritpal Bedi
2009-06-28 20:16:53 +00:00
parent b9ecc078ca
commit f434454907
2 changed files with 4 additions and 14 deletions

View File

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

View File

@@ -722,17 +722,3 @@ STATIC FUNCTION Dummies()
/*----------------------------------------------------------------------*/
#PRAGMA BEGINDUMP
#include <windows.h>
#include "hbapi.h"
HB_FUNC( UIDEBUG )
{
OutputDebugString( hb_parc( 1 ) );
}
#PRAGMA ENDDUMP
/*----------------------------------------------------------------------*/