* dll.sgml: Remove indirect reference to older gccs.
This commit is contained in:
parent
d3106bef0a
commit
1c5dcf3b0a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue