* dll.sgml: Remove indirect reference to older gccs.

This commit is contained in:
Christopher Faylor 2002-08-21 16:02:17 +00:00
parent d3106bef0a
commit 1c5dcf3b0a
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ For this example, we'll use a single file
gcc -c mydll.c</screen>
<para>Fortunately, with the latest gcc and binutils the process for building a dll
is now much simpler. Say you want to build this minimal function in mydll.c:</para>
is now pretty simple. Say you want to build this minimal function in mydll.c:</para>
<screen>int WINAPI
mydll_init(HANDLE h, DWORD reason, void *foo)