Wine has a specific limitation on what dll can be (native or built in). It applies for the entire process. You can't load native dll and then import built in from it (exactly what this wsock32.dll tries to do).
Wine has a specific limitation on what dll can be (native or built in). It applies for the entire process. You can't load native dll and then import built in from it (exactly what this wsock32.dll tries to do).