Link with uplink module
[openssl.git] / ms / applink.c
index d19966a33ed8cdcaad52e473401be2195b543258..2cf3a92f182a27babe712af4c159c2a4d9cfa9bb 100644 (file)
 # include <io.h>
 # include <fcntl.h>
 
+# ifdef __BORLANDC__
+   /* _lseek in <io.h> is a function-like macro so we can't take its address */
+#  undef _lseek
+#  define _lseek lseek
+# endif
+
 static void *app_stdin(void)
 {
     return stdin;