* dll_init.cc: Fix typo in comment.
This commit is contained in:
parent
e9857afa1c
commit
38286e47f0
@ -267,7 +267,7 @@ dll_list::load_after_fork (HANDLE parent)
|
|||||||
/* See if DLL will load in proper place. If so, free it and reload
|
/* See if DLL will load in proper place. If so, free it and reload
|
||||||
it the right way.
|
it the right way.
|
||||||
It stinks that we can't invert the order of the initial LoadLibrary
|
It stinks that we can't invert the order of the initial LoadLibrary
|
||||||
and FreeLibrar since Microsoft documentation seems to imply that
|
and FreeLibrary since Microsoft documentation seems to imply that
|
||||||
should do what we want. However, once a library is loaded as
|
should do what we want. However, once a library is loaded as
|
||||||
above, the second LoadLibrary will not execute its startup code
|
above, the second LoadLibrary will not execute its startup code
|
||||||
unless it is first unloaded. */
|
unless it is first unloaded. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user