From e1949662d85d63c554e71652b0d5df1c522bb431 Mon Sep 17 00:00:00 2001 From: Patrick Mast Date: Sat, 29 Dec 2001 14:38:30 +0000 Subject: [PATCH] Added new files in /contrib/apollo --- harbour/contrib/apollo/apollo.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/harbour/contrib/apollo/apollo.c b/harbour/contrib/apollo/apollo.c index 79f3b3227f..40c1543c6f 100644 --- a/harbour/contrib/apollo/apollo.c +++ b/harbour/contrib/apollo/apollo.c @@ -54,11 +54,14 @@ #define MAX_STR_LEN 255 #include "hbapi.h" +#include "sde60.h" HB_FUNC( SX_VERSION ) { - sx_Version( ); + char *szVersion=(char*)sx_Version(); + hb_retc(szVersion); + hb_xfree(szVersion); }