Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
5e038366
Commit
5e038366
authored
Mar 29, 2013
by
Michael Stefaniuc
Committed by
Alexandre Julliard
Apr 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dplayx: Merge dpinit.h into dplay_global.h.
parent
f92e1703
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
42 deletions
+6
-42
dpclassfactory.c
dlls/dplayx/dpclassfactory.c
+1
-1
dpinit.h
dlls/dplayx/dpinit.h
+0
-37
dplay.c
dlls/dplayx/dplay.c
+0
-1
dplay_global.h
dlls/dplayx/dplay_global.h
+5
-0
dplaysp.c
dlls/dplayx/dplaysp.c
+0
-1
dplobby.c
dlls/dplayx/dplobby.c
+0
-1
lobbysp.c
dlls/dplayx/lobbysp.c
+0
-1
No files found.
dlls/dplayx/dpclassfactory.c
View file @
5e038366
...
...
@@ -31,7 +31,7 @@
#include "dplay.h"
#include "dplobby.h"
#include "initguid.h"
#include "dp
init
.h"
#include "dp
lay_global
.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dplay
);
...
...
dlls/dplayx/dpinit.h
deleted
100644 → 0
View file @
f92e1703
/*
* 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
dlls/dplayx/dplay.c
View file @
5e038366
...
...
@@ -35,7 +35,6 @@
#include "wine/unicode.h"
#include "wine/debug.h"
#include "dpinit.h"
#include "dplayx_global.h"
#include "name_server.h"
#include "dplayx_queue.h"
...
...
dlls/dplayx/dplay_global.h
View file @
5e038366
...
...
@@ -209,4 +209,9 @@ extern HRESULT DP_SetSPPlayerData( IDirectPlay2Impl* lpDP, DPID idPlayer, LPVOID
/* DP external interfaces to call into DPSP interface */
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 */
dlls/dplayx/dplaysp.c
View file @
5e038366
...
...
@@ -22,7 +22,6 @@
#include "winerror.h"
#include "wine/debug.h"
#include "dpinit.h"
#include "wine/dplaysp.h"
#include "dplay_global.h"
#include "name_server.h"
...
...
dlls/dplayx/dplobby.c
View file @
5e038366
...
...
@@ -32,7 +32,6 @@
#include "dplayx_messages.h"
#include "dplayx_queue.h"
#include "dplobby.h"
#include "dpinit.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dplay
);
...
...
dlls/dplayx/lobbysp.c
View file @
5e038366
...
...
@@ -23,7 +23,6 @@
#include "lobbysp.h"
#include "dplay_global.h"
#include "dpinit.h"
WINE_DEFAULT_DEBUG_CHANNEL
(
dplay
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment