···167167 && ! IsEqualGUID( &IID_IUnknown, riid) )
168168 return E_NOINTERFACE;
169169170170- for (i=0; i < sizeof(object_creation)/sizeof(object_creation[0]); i++)
170170+ for (i = 0; i < ARRAY_SIZE(object_creation); i++)
171171 {
172172 if (IsEqualGUID(object_creation[i].clsid, rclsid))
173173 break;
174174 }
175175176176- if (i == sizeof(object_creation)/sizeof(object_creation[0]))
176176+ if (i == ARRAY_SIZE(object_creation))
177177 {
178178 FIXME("%s: no class found.\n", debugstr_guid(rclsid));
179179 return CLASS_E_CLASSNOTAVAILABLE;
+1-1
media/doc/README.WINE
···3838reactos/dll/directx/wine/dsound # Synced to Wine-1.3.29
3939reactos/dll/directx/wine/dxdiagn # Synced to WineStaging-3.3
4040reactos/dll/directx/wine/msdmo # Synced to WineStaging-3.17
4141-reactos/dll/directx/wine/qedit # Synced to WineStaging-3.3
4141+reactos/dll/directx/wine/qedit # Synced to WineStaging-3.17
4242reactos/dll/directx/wine/quartz # Synced to WineStaging-3.9
4343reactos/dll/directx/wine/wined3d # Synced to WineStaging-3.9
4444