From 063b013a2ea37a541b698d73312a990e00a92933 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 18 Sep 2012 16:27:12 +0000 Subject: [PATCH] 2012-09-18 18:26 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/hbide/main.prg ! include rddads.hbx on win/linux platforms only --- harbour/ChangeLog | 4 ++++ harbour/contrib/hbide/main.prg | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 */