From 09253ba1e1e61e9f40afd247197f2f47f847f10a Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 25 Jan 2005 02:49:18 +0000 Subject: [PATCH] Fixed the location of the Borland _NFILE definition (_nfile.h, not io.h). --- docs/source.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source.html b/docs/source.html index ebd0915946..0ee0171cb5 100644 --- a/docs/source.html +++ b/docs/source.html @@ -106,7 +106,7 @@ system built soley with Borland C++: The Borland C RTL is limited to <i>50</i> o Microsoft's C RTL does not have this limitation. The solution requires you have the source code to the Borland C RTL (normally in the <tt>Source\rtl</tt> directory): <ul> -<li>Increase the value for the <tt>_NFILE</tt> definition in <tt>include/io.h</tt> +<li>Increase the value for the <tt>_NFILE</tt> definition in <tt>include/_nfile.h</tt> <li>Compile <tt>rtl\Source\io\files.c</tt> and <tt>files2.c</tt> <li>Link <tt>files.obj</tt> and <tt>files2.obj</tt> with your Synchronet executable (i.e. <tt>sbbs.exe</tt> or <tt>sbbsmono.exe</tt>) -- GitLab