dplayx: Merge dpinit.h into dplay_global.h.
This commit is contained in:
parent
f92e17033c
commit
5e03836603
|
@ -31,7 +31,7 @@
|
||||||
#include "dplay.h"
|
#include "dplay.h"
|
||||||
#include "dplobby.h"
|
#include "dplobby.h"
|
||||||
#include "initguid.h"
|
#include "initguid.h"
|
||||||
#include "dpinit.h"
|
#include "dplay_global.h"
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(dplay);
|
WINE_DEFAULT_DEBUG_CHANNEL(dplay);
|
||||||
|
|
||||||
|
|
|
@ -1,37 +0,0 @@
|
||||||
/*
|
|
||||||
* Copyright 1999, 2000 Peter Hunnisett
|
|
||||||
*
|
|
||||||
* This library is free software; you can redistribute it and/or
|
|
||||||
* modify it under the terms of the GNU Lesser General Public
|
|
||||||
* License as published by the Free Software Foundation; either
|
|
||||||
* version 2.1 of the License, or (at your option) any later version.
|
|
||||||
*
|
|
||||||
* This library is distributed in the hope that it will be useful,
|
|
||||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
* Lesser General Public License for more details.
|
|
||||||
*
|
|
||||||
* You should have received a copy of the GNU Lesser General Public
|
|
||||||
* License along with this library; if not, write to the Free Software
|
|
||||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef __WINE_DPINIT_H
|
|
||||||
#define __WINE_DPINIT_H
|
|
||||||
|
|
||||||
#include <stdarg.h>
|
|
||||||
|
|
||||||
#include "windef.h"
|
|
||||||
#include "winbase.h"
|
|
||||||
#include "wtypes.h"
|
|
||||||
#include "dplay_global.h"
|
|
||||||
|
|
||||||
extern HRESULT dplay_create( REFIID riid, void **ppv ) DECLSPEC_HIDDEN;
|
|
||||||
extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj ) DECLSPEC_HIDDEN;
|
|
||||||
extern HRESULT DPSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
|
|
||||||
IDirectPlay2Impl* dp ) DECLSPEC_HIDDEN;
|
|
||||||
extern HRESULT DPLSP_CreateInterface( REFIID riid, LPVOID* ppvObj,
|
|
||||||
IDirectPlay2Impl* dp ) DECLSPEC_HIDDEN;
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -35,7 +35,6 @@
|
||||||
#include "wine/unicode.h"
|
#include "wine/unicode.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
#include "dpinit.h"
|
|
||||||
#include "dplayx_global.h"
|
#include "dplayx_global.h"
|
||||||
#include "name_server.h"
|
#include "name_server.h"
|
||||||
#include "dplayx_queue.h"
|
#include "dplayx_queue.h"
|
||||||
|
|
|
@ -209,4 +209,9 @@ extern HRESULT DP_SetSPPlayerData( IDirectPlay2Impl* lpDP, DPID idPlayer, LPVOID
|
||||||
/* DP external interfaces to call into DPSP interface */
|
/* DP external interfaces to call into DPSP interface */
|
||||||
extern LPVOID DPSP_CreateSPPlayerData(void) DECLSPEC_HIDDEN;
|
extern LPVOID DPSP_CreateSPPlayerData(void) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
|
extern HRESULT dplay_create( REFIID riid, void **ppv ) DECLSPEC_HIDDEN;
|
||||||
|
extern HRESULT DPL_CreateInterface( REFIID riid, LPVOID* ppvObj ) DECLSPEC_HIDDEN;
|
||||||
|
extern HRESULT DPSP_CreateInterface( REFIID riid, void **ppvObj, IDirectPlayImpl *dp ) DECLSPEC_HIDDEN;
|
||||||
|
extern HRESULT DPLSP_CreateInterface( REFIID riid, void **ppvObj, IDirectPlayImpl *dp ) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
#endif /* __WINE_DPLAY_GLOBAL_INCLUDED */
|
#endif /* __WINE_DPLAY_GLOBAL_INCLUDED */
|
||||||
|
|
|
@ -22,7 +22,6 @@
|
||||||
#include "winerror.h"
|
#include "winerror.h"
|
||||||
#include "wine/debug.h"
|
#include "wine/debug.h"
|
||||||
|
|
||||||
#include "dpinit.h"
|
|
||||||
#include "wine/dplaysp.h"
|
#include "wine/dplaysp.h"
|
||||||
#include "dplay_global.h"
|
#include "dplay_global.h"
|
||||||
#include "name_server.h"
|
#include "name_server.h"
|
||||||
|
|
|
@ -32,7 +32,6 @@
|
||||||
#include "dplayx_messages.h"
|
#include "dplayx_messages.h"
|
||||||
#include "dplayx_queue.h"
|
#include "dplayx_queue.h"
|
||||||
#include "dplobby.h"
|
#include "dplobby.h"
|
||||||
#include "dpinit.h"
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(dplay);
|
WINE_DEFAULT_DEBUG_CHANNEL(dplay);
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
|
|
||||||
#include "lobbysp.h"
|
#include "lobbysp.h"
|
||||||
#include "dplay_global.h"
|
#include "dplay_global.h"
|
||||||
#include "dpinit.h"
|
|
||||||
|
|
||||||
WINE_DEFAULT_DEBUG_CHANNEL(dplay);
|
WINE_DEFAULT_DEBUG_CHANNEL(dplay);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue