repo.or.cz
/
wine
/
multimedia.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Defer to standard scrolling APIs for non-flatSB specific functions so
[wine/multimedia.git]
/
dlls
/
dplayx
/
dpinit.h
blob
8408765576deae6f360777deac8350d928651dc4
1
2
#ifndef __WINE_DPINIT_H
3
#define __WINE_DPINIT_H
4
5
extern
HRESULT
directPlay_QueryInterface
(
REFIID riid
,
LPVOID
*
ppvObj
);
6
extern
HRESULT
directPlayLobby_QueryInterface
(
REFIID riid
,
LPVOID
*
ppvObj
);
7
8
#endif