Jia L Wu <[EMAIL PROTECTED]> writes:
> But it seems that winebuild doesn't support this anymore. So how can i
> specify an entry point function for a winelib library? Thanks.
Simply name your function DllMain and it will be called automatically.
--
Alexandre Julliard
[EMAIL PROTECTED]
Hi,
During the winelib library building, I want to specify a function which
will be first called when DLL is loaded. From the winelib user's guide, I
saw there should be a line in spec file something like:
init DllMain
But it seems that winebuild doesn't support this anymore. So how can i
spec