mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[STRMBASE] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
6e4ff4348a
commit
10517de5e6
19 changed files with 195 additions and 53 deletions
12
sdk/lib/3rdparty/strmbase/seeking.c
vendored
12
sdk/lib/3rdparty/strmbase/seeking.c
vendored
|
@ -20,7 +20,17 @@
|
|||
*/
|
||||
/* FIXME: critical sections */
|
||||
|
||||
#include "strmbase_private.h"
|
||||
#define COBJMACROS
|
||||
|
||||
#include "dshow.h"
|
||||
#include "wine/strmbase.h"
|
||||
|
||||
#include "uuids.h"
|
||||
#include "wine/debug.h"
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(strmbase);
|
||||
|
||||
static inline SourceSeeking *impl_from_IMediaSeeking(IMediaSeeking *iface)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue