mirror of
https://github.com/reactos/reactos.git
synced 2025-06-04 08:50:27 +00:00
[AMSTREAM] Sync with Wine Staging 3.9. CORE-14656
This commit is contained in:
parent
fcf9cc1ab7
commit
a5f73f6c86
2 changed files with 3 additions and 4 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
#ifndef __REACTOS__
|
||||
#define NONAMELESSUNION
|
||||
#define NONAMELESSSTRUCT
|
||||
#endif
|
||||
#define COBJMACROS
|
||||
|
||||
|
@ -505,7 +504,7 @@ static const IPinVtbl DirectDrawMediaStreamInputPin_IPin_Vtbl =
|
|||
BasePinImpl_QueryPinInfo,
|
||||
BasePinImpl_QueryDirection,
|
||||
BasePinImpl_QueryId,
|
||||
BaseInputPinImpl_QueryAccept,
|
||||
BasePinImpl_QueryAccept,
|
||||
BasePinImpl_EnumMediaTypes,
|
||||
BasePinImpl_QueryInternalConnections,
|
||||
BaseInputPinImpl_EndOfStream,
|
||||
|
@ -1074,7 +1073,7 @@ static const IPinVtbl AudioMediaStreamInputPin_IPin_Vtbl =
|
|||
BasePinImpl_QueryPinInfo,
|
||||
BasePinImpl_QueryDirection,
|
||||
BasePinImpl_QueryId,
|
||||
BaseInputPinImpl_QueryAccept,
|
||||
BasePinImpl_QueryAccept,
|
||||
BasePinImpl_EnumMediaTypes,
|
||||
BasePinImpl_QueryInternalConnections,
|
||||
BaseInputPinImpl_EndOfStream,
|
||||
|
|
|
@ -21,7 +21,7 @@ reactos/sdk/tools/wpp # Synced to WineStaging-2.9
|
|||
|
||||
The following libraries are shared with Wine.
|
||||
|
||||
reactos/dll/directx/wine/amstream # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/amstream # Synced to WineStaging-3.9
|
||||
reactos/dll/directx/wine/d3d8 # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/d3d9 # Synced to WineStaging-3.3
|
||||
reactos/dll/directx/wine/d3dcompiler_43 # Synced to WineStaging-3.3
|
||||
|
|
Loading…
Reference in a new issue