update docs w.r.t. dllMain() definition (EXTFUN is no more)
[ghc-hetmet.git] / ghc / docs / users_guide / win32-dlls.xml
index 70defea..959f7ce 100644 (file)
@@ -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 */