diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0b2c9a15d9..fac41d4657 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,13 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + +2001-12-29 19:44 UTC+0100 Viktor Szakats + + * include/clipdefs.h + ! Changed + #ifndef HB_OS_WIN_32 to + #ifdef !(defined(HB_OS_WIN_32) && defined(HB_OS_WIN_32_USED)) Because the previous method was breaking legacy code. IMPORTANT: For those who get duplicate defines when compiling Win32 code, the #define HB_OS_WIN_32_USED should be defined diff --git a/harbour/contrib/odbc/harbour.mdb b/harbour/contrib/odbc/harbour.mdb index f50d9470df..d1e9cd0eac 100644 Binary files a/harbour/contrib/odbc/harbour.mdb and b/harbour/contrib/odbc/harbour.mdb differ