diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 96b03df0a6..273c77613f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -7,6 +7,10 @@ For example: 2002-12-01 23:12 UTC+0100 Foo Bar */ + ! The default SET PRINTER TO device is supposed to be "PRN". + +2002-03-20 14:38 UTC-0300 Walter Negro + * source/rtl/tget.prg * Fix bug in PICTURE '@S' * source/rtl/tgetlist.prg * source/rtl/listbox.prg diff --git a/harbour/contrib/odbc/odbc.c b/harbour/contrib/odbc/odbc.c index cb92f837b6..7f5615a951 100644 --- a/harbour/contrib/odbc/odbc.c +++ b/harbour/contrib/odbc/odbc.c @@ -64,6 +64,10 @@ * */ +#include "hbapi.h" +#include "hbapiitm.h" +#include "hbdefs.h" + #if defined(HB_OS_WIN_32) #include #endif @@ -73,9 +77,6 @@ #include #include #include -#include "hbapi.h" -#include "hbapiitm.h" -#include "hbdefs.h" #include #include #include