Re: specify entry point function for winelib library in spec file

2004-11-03 Thread Alexandre Julliard
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]

specify entry point function for winelib library in spec file

2004-11-03 Thread Jia L Wu
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