From 1c5dcf3b0a42efcc8a7fcac148e2714d9766b871 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Wed, 21 Aug 2002 16:02:17 +0000 Subject: [PATCH] * dll.sgml: Remove indirect reference to older gccs. --- winsup/doc/dll.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/doc/dll.sgml b/winsup/doc/dll.sgml index 724c42d06..8ba1a6095 100644 --- a/winsup/doc/dll.sgml +++ b/winsup/doc/dll.sgml @@ -45,7 +45,7 @@ For this example, we'll use a single file gcc -c mydll.c 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: +is now pretty simple. Say you want to build this minimal function in mydll.c: int WINAPI mydll_init(HANDLE h, DWORD reason, void *foo)