http://bugs.winehq.org/show_bug.cgi?id=5294
------- Additional Comments From dmitry@codeweavers.com 2007-15-05 10:53 ------- I've added a simple test to existing dlls/kernel32/tests/loader.c tests and it shows that Windows simply returns a handle for an already loaded module, but maps a file and returns (hdll + 1) for LOAD_LIBRARY_AS_DATAFILE if the module is not yet loaded.