[PATCH 3/8] dsound: label ordinals

Austin English austinenglish at gmail.com
Thu May 25 17:48:24 CDT 2017


Signed-off-by: Austin English <austinenglish at gmail.com>
---
 dlls/dsound/dsound.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/dsound/dsound.spec b/dlls/dsound/dsound.spec
index e4878a8169..f9eac493ab 100644
--- a/dlls/dsound/dsound.spec
+++ b/dlls/dsound/dsound.spec
@@ -1,6 +1,8 @@
 1 stdcall DirectSoundCreate(ptr ptr ptr)
 2 stdcall DirectSoundEnumerateA(ptr ptr)
 3 stdcall DirectSoundEnumerateW(ptr ptr)
+4 stdcall -private DllCanUnloadNow()
+5 stdcall -private DllGetClassObject(ptr ptr ptr)
 6 stdcall DirectSoundCaptureCreate(ptr ptr ptr)
 7 stdcall DirectSoundCaptureEnumerateA(ptr ptr)
 8 stdcall DirectSoundCaptureEnumerateW(ptr ptr)
@@ -8,7 +10,5 @@
 10 stdcall DirectSoundFullDuplexCreate(ptr ptr ptr ptr long long ptr ptr ptr ptr)
 11 stdcall DirectSoundCreate8(ptr ptr ptr)
 12 stdcall DirectSoundCaptureCreate8(ptr ptr ptr)
-@ stdcall -private DllCanUnloadNow()
-@ stdcall -private DllGetClassObject(ptr ptr ptr)
 @ stdcall -private DllRegisterServer()
 @ stdcall -private DllUnregisterServer()
-- 
2.13.0




More information about the wine-patches mailing list