Re: PATCH: Fix DLL constructors on OpenBSD
2 Jan
2004
2 Jan
'04
7:18 p.m.
wiml(a)underhill.hhhh.org (Wim Lewis) writes:
Use the GCC attribute((constructor)) syntax for DLL initializer hooks if possible, instead of the inline-asm syntax.
The dll init routine needs to be in the .init section in order to be called first, attribute((constructor)) is not good enough. Why doesn't it work on OpenBSD? Is the section name different? -- Alexandre Julliard julliard(a)winehq.com
8016
Age (days ago)
8016
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard