2008-09-09 12:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* source/debug/dbgentry.c
    ! Fixed recent typo. Thanks Lorenzo.
This commit is contained in:
Viktor Szakats
2008-09-09 10:37:42 +00:00
parent fb9c8ef78d
commit 4c3684ad4d
2 changed files with 5 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-09 12:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* source/debug/dbgentry.c
! Fixed recent typo. Thanks Lorenzo.
2008-09-09 11:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/mtpl_b32.mak
* contrib/mtpl_gcc.mak

View File

@@ -65,7 +65,7 @@
/* dummy function declaration */
static BOOL hb_clsSetScope( BOOL fScope ) { return fScope; }
#if defined( HB_HB_OS_UNIX_COMPATIBLE )
#if defined( HB_OS_UNIX_COMPATIBLE )
#define FILENAME_EQUAL(s1, s2) ( !strcmp( (s1), (s2) ) )
#else
#define FILENAME_EQUAL(s1, s2) ( !hb_stricmp( (s1), (s2) ) )