Emil Velikov (@xexaxo) commented about dlls/l3codecx.ax/Makefile.in:
+MODULE = l3codecx.ax +IMPORTS = combase msdmo dmoguids strmiids wmcodecdspuuid uuid +PARENTSRC = ../quartz
+EXTRADLLFLAGS = -Wb,--prefer-native
The initial PR adds prefer-natier decorations to the new DLLs. The second PR does not and this one also adds them.
Is that intentional, what's the distinction between them?