dpnet: Forward declare IDirectPlay8Address when you include dpaddr.h (resend)

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Sun Mar 16 17:16:01 CDT 2014


Hi,

Changelog:
       dpnet: Forward declare IDirectPlay8Address when you include dpaddr.h


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 80598e8e198e2ab8eda1d56fc021f749a11c35ed Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Thu, 13 Feb 2014 14:57:57 +1100
Subject: [PATCH] Forward declare IDirectPlay8Address when you include dpaddr.h
To: wine-patches <wine-patches at winehq.org>

---
 include/dplay8.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dplay8.h b/include/dplay8.h
index 13bdfb0..66af4c7 100644
--- a/include/dplay8.h
+++ b/include/dplay8.h
@@ -26,6 +26,8 @@
 extern "C" {
 #endif /* defined(__cplusplus) */
 
+/* Forward declare */
+typedef struct IDirectPlay8Address IDirectPlay8Address;
 
 typedef HRESULT (WINAPI *PFNDPNMESSAGEHANDLER)(PVOID, DWORD, PVOID);
 typedef DWORD	DPNID, *PDPNID;
-- 
1.8.3.2



More information about the wine-patches mailing list