From: Simon Marlow Date: Wed, 1 Mar 2006 13:07:36 +0000 (+0000) Subject: update docs w.r.t. dllMain() definition (EXTFUN is no more) X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d35356e840b98f614212fcfedb8cf46ad89b4861 update docs w.r.t. dllMain() definition (EXTFUN is no more) --- diff --git a/ghc/docs/users_guide/win32-dlls.xml b/ghc/docs/users_guide/win32-dlls.xml index 70defea..959f7ce 100644 --- a/ghc/docs/users_guide/win32-dlls.xml +++ b/ghc/docs/users_guide/win32-dlls.xml @@ -412,7 +412,7 @@ RTS-––a possible implementation is: #include <windows.h> #include <Rts.h> -EXTFUN(__stginit_Adder); +extern void__stginit_Adder(void); static char* args[] = { "ghcDll", NULL }; /* N.B. argv arrays must end with NULL */