From e15ee1671b4b2904c264250d69b0781849981bab Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 17 Apr 2016 15:03:43 -0400 Subject: execution context: PE support: added placeholders. --- include/slibtool/slibtool.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index cb9a75d..c580c30 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -100,6 +100,8 @@ struct slbt_exec_ctx { char ** noundef; char ** soname; char ** lsoname; + char ** symdefs; + char ** symfile; char ** lout[2]; char ** sentinel; FILE * fwrapper; -- cgit v1.2.3