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
d17796bc
Commit
d17796bc
authored
Jun 27, 2023
by
Alistair Leslie-Hughes
Committed by
Alexandre Julliard
Jun 27, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dpnet: Remove DECLSPEC_HIDDEN usage.
parent
2775fe31
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
dpnet_private.h
dlls/dpnet/dpnet_private.h
+11
-11
No files found.
dlls/dpnet/dpnet_private.h
View file @
d17796bc
...
@@ -122,18 +122,18 @@ struct IDirectPlay8ThreadPoolImpl
...
@@ -122,18 +122,18 @@ struct IDirectPlay8ThreadPoolImpl
/**
/**
* factories
* factories
*/
*/
extern
HRESULT
DPNET_CreateDirectPlay8Client
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8Client
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
);
extern
HRESULT
DPNET_CreateDirectPlay8Server
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8Server
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
);
extern
HRESULT
DPNET_CreateDirectPlay8Peer
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8Peer
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
);
extern
HRESULT
DPNET_CreateDirectPlay8Address
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8Address
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
);
extern
HRESULT
DPNET_CreateDirectPlay8LobbiedApp
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8LobbiedApp
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
);
extern
HRESULT
DPNET_CreateDirectPlay8ThreadPool
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8ThreadPool
(
LPCLASSFACTORY
iface
,
LPUNKNOWN
punkOuter
,
REFIID
riid
,
LPVOID
*
ppobj
);
extern
HRESULT
DPNET_CreateDirectPlay8LobbyClient
(
IClassFactory
*
iface
,
IUnknown
*
pUnkOuter
,
REFIID
riid
,
void
**
ppobj
)
DECLSPEC_HIDDEN
;
extern
HRESULT
DPNET_CreateDirectPlay8LobbyClient
(
IClassFactory
*
iface
,
IUnknown
*
pUnkOuter
,
REFIID
riid
,
void
**
ppobj
);
extern
void
init_dpn_sp_caps
(
DPN_SP_CAPS
*
dpnspcaps
)
DECLSPEC_HIDDEN
;
extern
void
init_dpn_sp_caps
(
DPN_SP_CAPS
*
dpnspcaps
);
extern
void
init_winsock
(
void
)
DECLSPEC_HIDDEN
;
extern
void
init_winsock
(
void
);
extern
HRESULT
enum_services_providers
(
const
GUID
*
const
service
,
DPN_SERVICE_PROVIDER_INFO
*
const
info_buffer
,
extern
HRESULT
enum_services_providers
(
const
GUID
*
const
service
,
DPN_SERVICE_PROVIDER_INFO
*
const
info_buffer
,
DWORD
*
const
buf_size
,
DWORD
*
const
returned
)
DECLSPEC_HIDDEN
;
DWORD
*
const
buf_size
,
DWORD
*
const
returned
);
/* used for generic dumping (copied from ddraw) */
/* used for generic dumping (copied from ddraw) */
typedef
struct
{
typedef
struct
{
...
...
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