2012-09-18 18:26 UTC+0200 Viktor Szakats (harbour syenar.net)

* contrib/hbide/main.prg
    ! include rddads.hbx on win/linux platforms only
This commit is contained in:
Viktor Szakats
2012-09-18 16:27:12 +00:00
parent 2e5a69a94c
commit 063b013a2e
2 changed files with 8 additions and 1 deletions

View File

@@ -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

View File

@@ -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 */