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