projects
/
wine
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Added better missing function emulation.
[wine]
/
dlls
/
dplayx
/
dpinit.h
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