Reactos

[QEDIT] Sync with Wine Staging 3.17. CORE-15127

+3 -3
+2 -2
dll/directx/wine/qedit/main.c
··· 167 167 && ! IsEqualGUID( &IID_IUnknown, riid) ) 168 168 return E_NOINTERFACE; 169 169 170 - for (i=0; i < sizeof(object_creation)/sizeof(object_creation[0]); i++) 170 + for (i = 0; i < ARRAY_SIZE(object_creation); i++) 171 171 { 172 172 if (IsEqualGUID(object_creation[i].clsid, rclsid)) 173 173 break; 174 174 } 175 175 176 - if (i == sizeof(object_creation)/sizeof(object_creation[0])) 176 + if (i == ARRAY_SIZE(object_creation)) 177 177 { 178 178 FIXME("%s: no class found.\n", debugstr_guid(rclsid)); 179 179 return CLASS_E_CLASSNOTAVAILABLE;
+1 -1
media/doc/README.WINE
··· 38 38 reactos/dll/directx/wine/dsound # Synced to Wine-1.3.29 39 39 reactos/dll/directx/wine/dxdiagn # Synced to WineStaging-3.3 40 40 reactos/dll/directx/wine/msdmo # Synced to WineStaging-3.17 41 - reactos/dll/directx/wine/qedit # Synced to WineStaging-3.3 41 + reactos/dll/directx/wine/qedit # Synced to WineStaging-3.17 42 42 reactos/dll/directx/wine/quartz # Synced to WineStaging-3.9 43 43 reactos/dll/directx/wine/wined3d # Synced to WineStaging-3.9 44 44