From 765a26370069896a1537f8a52675308246102fad Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 4 May 1999 08:30:44 +0000 Subject: [PATCH] [project @ 1999-05-04 08:30:44 by sof] a howto on Win32 DLLs --- ghc/docs/users_guide/win32-dlls.sgml | 169 ++++++++++++++++++++++++++++++++++ 1 file changed, 169 insertions(+) create mode 100644 ghc/docs/users_guide/win32-dlls.sgml diff --git a/ghc/docs/users_guide/win32-dlls.sgml b/ghc/docs/users_guide/win32-dlls.sgml new file mode 100644 index 0000000..8c3090b --- /dev/null +++ b/ghc/docs/users_guide/win32-dlls.sgml @@ -0,0 +1,169 @@ +%************************************************************************ +%* * +Building and using Win32 DLLs +