mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
9 lines
209 B
C
9 lines
209 B
C
![]() |
|
||
|
#ifndef __WINE_DPINIT_H
|
||
|
#define __WINE_DPINIT_H
|
||
|
|
||
|
extern HRESULT directPlay_QueryInterface( REFIID riid, LPVOID* ppvObj );
|
||
|
extern HRESULT directPlayLobby_QueryInterface( REFIID riid, LPVOID* ppvObj );
|
||
|
|
||
|
#endif
|