dpnhpast: DirectPlayNATHelpCreate is a stub

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Mon Apr 14 00:08:13 CDT 2014


Hi,

Changelog:
       dpnhpast: DirectPlayNATHelpCreate is a stub


Best Regards
   Alistair Leslie-Hughes
-------------- next part --------------
>From 6b39fc31f32b646c77832feb359ad978790dd6dd Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
Date: Mon, 14 Apr 2014 10:47:52 +1000
Subject: [PATCH] DirectPlayNATHelpCreate is a stub
To: wine-patches <wine-patches at winehq.org>

---
 dlls/dpnhpast/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dpnhpast/main.c b/dlls/dpnhpast/main.c
index 4e46608..df0cff0 100644
--- a/dlls/dpnhpast/main.c
+++ b/dlls/dpnhpast/main.c
@@ -34,7 +34,7 @@ WINE_DEFAULT_DEBUG_CHANNEL(dpnhpast);
  */
 HRESULT WINAPI DirectPlayNATHelpCreate(LPCGUID pIID, PVOID *ppvInterface)
 {
-    TRACE("(%p, %p) stub\n", pIID, ppvInterface);
+    FIXME("(%p, %p) stub\n", pIID, ppvInterface);
     return E_NOTIMPL;
 }
 
-- 
1.8.3.2



More information about the wine-patches mailing list