qwave-QOSCreateHandle: Update spec file.

This commit is contained in:
Zebediah Figura 2018-11-26 19:13:16 -06:00
parent bfff924f04
commit 52ea1ee7af

View File

@ -1,16 +1,17 @@
From ff5865722fe9a3b20a1a64e64af55b166b2bfc32 Mon Sep 17 00:00:00 2001
From 6a45cb2e23fae1c06531fece0430ee43a3828064 Mon Sep 17 00:00:00 2001
From: Gijs Vermeulen <gijsvrm@gmail.com>
Date: Thu, 22 Nov 2018 10:28:22 +1100
Subject: [PATCH] qwave: Added QOSCreateHandle stub
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46174
---
dlls/qwave/main.c | 8 ++++++++
include/qos2.h | 2 ++
2 files changed, 10 insertions(+)
dlls/qwave/main.c | 8 ++++++++
dlls/qwave/qwave.spec | 2 +-
include/qos2.h | 2 ++
3 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/dlls/qwave/main.c b/dlls/qwave/main.c
index ce1cfbd..4366c32 100644
index ce1cfbd6..4366c32c 100644
--- a/dlls/qwave/main.c
+++ b/dlls/qwave/main.c
@@ -21,6 +21,7 @@
@ -32,8 +33,21 @@ index ce1cfbd..4366c32 100644
+ SetLastError(ERROR_SERVICE_DEPENDENCY_FAIL);
+ return FALSE;
+}
diff --git a/dlls/qwave/qwave.spec b/dlls/qwave/qwave.spec
index 27b07f55..94b62eb1 100644
--- a/dlls/qwave/qwave.spec
+++ b/dlls/qwave/qwave.spec
@@ -3,7 +3,7 @@
@ stub QOSAddSocketToFlow
@ stub QOSCancel
@ stub QOSCloseHandle
-@ stub QOSCreateHandle
+@ stdcall QOSCreateHandle(ptr ptr)
@ stub QOSEnumerateFlows
@ stub QOSNotifyFlow
@ stub QOSQueryFlow
diff --git a/include/qos2.h b/include/qos2.h
index ac486f7..f2e68f5 100644
index ac486f71..f2e68f52 100644
--- a/include/qos2.h
+++ b/include/qos2.h
@@ -93,6 +93,8 @@ typedef struct _QOS_VERSION {
@ -46,5 +60,5 @@ index ac486f7..f2e68f5 100644
}
#endif
--
1.9.1
2.19.1