Maotong Zhang (@xiaotong) commented about dlls/devenum/createdevenum.c:
V_I4(&var) = i; IPropertyBag_Write(prop_bag, L"VFWIndex", &var);
swprintf(device_path, ARRAY_SIZE(device_path), L"/dev/video%d", i);
Is it really okay to code a Linux path here? It doesn't seem right.