http://bugs.winehq.com/show_bug.cgi?id=96
dpaun@rogers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dpaun@rogers.com
------- Additional Comments From dpaun@rogers.com 2003-19-05 11:23 ------- The initial comment about the IMPORTS directive doesn't seem to be correct anymore. In fact, IMPORTS is the official way of importing other DLLs.
DLLs that still need to be linked the Unix level (DLL separation Phase 1) are using LDIMPORTS directive:
[dimi@dimi wine.src]$ grep LDIMPORTS dlls/*/*.in dlls/kernel/Makefile.in:LDIMPORTS = ntdll.dll
That is, only kernel and ntdll seem to be tangled. Which means that all the present bug reports associated with this meta-bug are stale, and they should be closed, no?