2008-11-09 13:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

* contrib/hbtip/utils.c
    ! Fixed static function also marked as HB_EXPORT.

  * contrib/xhb/dbgfx.prg
    * Minor formatting.
This commit is contained in:
Viktor Szakats
2008-11-09 12:03:26 +00:00
parent f46964e85b
commit ef9d33048e
3 changed files with 8 additions and 2 deletions

View File

@@ -8,6 +8,13 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-11-09 13:03 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbtip/utils.c
! Fixed static function also marked as HB_EXPORT.
* contrib/xhb/dbgfx.prg
* Minor formatting.
2008-11-09 12:26 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* ChangeLog
! Fixed again the UNICODE problem (I've uploaded a wrong

View File

@@ -731,7 +731,7 @@ HB_FUNC( PSTRCOMPI )
}
/* Case insensitive hb_strAt() function */
static ULONG HB_EXPORT hb_strAtI( const char * szSub, ULONG ulSubLen, const char * szText, ULONG ulLen )
static ULONG hb_strAtI( const char * szSub, ULONG ulSubLen, const char * szText, ULONG ulLen )
{
HB_TRACE(HB_TR_DEBUG, ("hb_strAtI(%s, %lu, %s, %lu)", szSub, ulSubLen, szText, ulLen));

View File

@@ -1,4 +1,3 @@
/*
* $Id: dbgfx.prg 9738 2008-10-26 07:10:19Z vszakats $
*/