|
@@ -1367,7 +1367,7 @@ IValue * foldExternalCall(IHqlExpression* expr, unsigned foldOptions, ITemplateC
|
|
void *funcptr = loadExternalEntryPoint(expr, foldOptions, templateContext, library.str(), entry.str(), hDll);
|
|
void *funcptr = loadExternalEntryPoint(expr, foldOptions, templateContext, library.str(), entry.str(), hDll);
|
|
return doFoldExternalCall(expr, foldOptions, templateContext, library.str(), entry.str(), funcptr);
|
|
return doFoldExternalCall(expr, foldOptions, templateContext, library.str(), entry.str(), funcptr);
|