* dll.sgml: Remove indirect reference to older gccs.
This commit is contained in:
		| @@ -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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user