diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ea6a3969c2..0b66976058 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-18 18:26 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/hbide/main.prg + ! include rddads.hbx on win/linux platforms only + 2012-09-17 20:51 UTC+0200 Viktor Szakats (harbour syenar.net) * package/winuni/RELNOTES * updated some tool versions diff --git a/harbour/contrib/hbide/main.prg b/harbour/contrib/hbide/main.prg index 8f05fd098d..f9194c25df 100644 --- a/harbour/contrib/hbide/main.prg +++ b/harbour/contrib/hbide/main.prg @@ -79,7 +79,10 @@ #include "hbclass.ch" #include "hbver.ch" -#include "rddads.hbx" +#if defined( __PLATFORM__WINDOWS ) .OR. ; + defined( __PLATFORM__LINUX ) + #include "rddads.hbx" +#endif /* Link all Harbour Functions : needed to run external scripts */ /* NOTE: Please only add what's actually requested by plugin developers */