[PATCH 1/4] headers: Fix dpnathlp.h so dll's can include it

Maarten Lankhorst m.b.lankhorst at gmail.com
Sat May 26 07:00:48 CDT 2007


This patchset adds support for a stub of dpnhupnp dll, it doesn't fully
implement it, only a stub of the interface.
-------------- next part --------------
>From a90c8c386213d975dcab3cba47a33b6cdb14320a Mon Sep 17 00:00:00 2001
From: Maarten Lankhorst <m.b.lankhorst at gmail.com>
Date: Sat, 26 May 2007 12:16:50 +0200
Subject: [PATCH 1/4] headers: Fix dpnathlp.h so a dll can include it

---
 include/dpnathlp.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/include/dpnathlp.h b/include/dpnathlp.h
index 68c0456..52bb8eb 100644
--- a/include/dpnathlp.h
+++ b/include/dpnathlp.h
@@ -23,7 +23,7 @@
 extern "C" {
 #endif
 
-HRESULT DirectPlayNATHelpCreate(const PGUID pIID, void ** ppvInterface);
+HRESULT WINAPI DirectPlayNATHelpCreate(const LPGUID pIID, void ** ppvInterface);
 
 DEFINE_GUID(CLSID_DirectPlayNATHelpUPnP, 0xb9c2e9c4,0x68c1,0x4d42,0xa7,0xa1,0xe7,0x6a,0x26,0x98,0x2a,0xd6);
 DEFINE_GUID(CLSID_DirectPlayNATHelpPAST, 0x963ab779,0x16a1,0x477c,0xa3,0x6d,0xcb,0x5e,0x71,0x19,0x38,0xf7);
-- 
1.4.4.2



More information about the wine-patches mailing list