On Thu, 15 Jun 2000, Aric Stewart wrote: > Is there a standard way for doing this sort of native winelib > initialization being used by other dlls? Well, I think putting "import wininet" in the winelib app's .spec file is the preferred way, although explicitly using LoadLibrary() and FreeLibrary() might also work.
- wininet Aric Stewart
- Ove Kaaven