Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
9b8b293b
Commit
9b8b293b
authored
Aug 30, 2007
by
Simon Marlow
Browse files
typo in DLL code
parent
51a1bbab
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/win32-dlls.xml
View file @
9b8b293b
...
...
@@ -447,7 +447,7 @@ RTS-––a possible implementation is:
#include
<
windows.h
>
#include
<
Rts.h
>
extern void__stginit_Adder(void);
extern void
__stginit_Adder(void);
static char* args[] = { "ghcDll", NULL };
/* N.B. argv arrays must end with NULL */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment