You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against 2e754a652725c067bc44445cebe8b96487ec4a6e
This commit is contained in:
@@ -264,7 +264,7 @@ index 89ec9ea..a8370ff 100644
|
||||
+ else
|
||||
+ rgb24_source = source;
|
||||
+
|
||||
+ hr = ComponentFactory_CreateInstance(&IID_IWICImagingFactory, (void **)&factory);
|
||||
+ hr = ImagingFactory_CreateInstance(&IID_IWICImagingFactory, (void **)&factory);
|
||||
+ if (hr != S_OK) goto fail;
|
||||
+
|
||||
+ hr = IWICImagingFactory_CreateBitmapFromSource(factory, rgb24_source, WICBitmapCacheOnLoad, &rgb24_bitmap);
|
||||
|
Reference in New Issue
Block a user