From 2cf687cb3e2818ac3a6b51fea282a65f4395f580 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 26 Feb 2010 18:44:36 +0000 Subject: First batch of changes to support W32CE. Note that jnlib/w32-reg.c is not yet ready. --- jnlib/mischelp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'jnlib/mischelp.h') diff --git a/jnlib/mischelp.h b/jnlib/mischelp.h index e478354d1..52781e12f 100644 --- a/jnlib/mischelp.h +++ b/jnlib/mischelp.h @@ -22,6 +22,10 @@ #define LIBJNLIB_MISCHHELP_H +/* Because we can't use the internal jnlib_free macro in inline + functions we provide a wrapper fucntion as well. */ +void _jnlib_free (void *p); + /* Check whether the files NAME1 and NAME2 are identical. This is for example achieved by comparing the inode numbers of the files. */ int same_file_p (const char *name1, const char *name2); -- cgit v1.2.3