From 6727c52f3bf048ca8ccb5b2b312a5bfaeb7d98f6 Mon Sep 17 00:00:00 2001 From: Robert Reif Date: Mon, 17 Oct 2005 09:24:50 +0000 Subject: [PATCH] Include winuser.h so the code compiles cleanly on windows using windows headers. --- dlls/dsound/buffer.c | 1 + dlls/dsound/capture.c | 1 + dlls/dsound/dsound.c | 1 + dlls/dsound/dsound_main.c | 1 + dlls/dsound/duplex.c | 1 + dlls/dsound/mixer.c | 1 + dlls/dsound/primary.c | 1 + dlls/dsound/propset.c | 1 + dlls/dsound/sound3d.c | 1 + 9 files changed, 9 insertions(+) diff --git a/dlls/dsound/buffer.c b/dlls/dsound/buffer.c index 60ca6797fdf..b4646beab28 100644 --- a/dlls/dsound/buffer.c +++ b/dlls/dsound/buffer.c @@ -25,6 +25,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "winreg.h" #include "winternl.h" diff --git a/dlls/dsound/capture.c b/dlls/dsound/capture.c index d173a629b90..33328c015be 100644 --- a/dlls/dsound/capture.c +++ b/dlls/dsound/capture.c @@ -31,6 +31,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "mmddk.h" #include "winreg.h" diff --git a/dlls/dsound/dsound.c b/dlls/dsound/dsound.c index 571c4b8911f..a654ede5c37 100644 --- a/dlls/dsound/dsound.c +++ b/dlls/dsound/dsound.c @@ -27,6 +27,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "winreg.h" #include "mmsystem.h" #include "winternl.h" diff --git a/dlls/dsound/dsound_main.c b/dlls/dsound/dsound_main.c index f92193f4efd..23f0ba1816a 100644 --- a/dlls/dsound/dsound_main.c +++ b/dlls/dsound/dsound_main.c @@ -43,6 +43,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "winnls.h" #include "winreg.h" #include "mmsystem.h" diff --git a/dlls/dsound/duplex.c b/dlls/dsound/duplex.c index 044d764047e..fccd72893a4 100644 --- a/dlls/dsound/duplex.c +++ b/dlls/dsound/duplex.c @@ -30,6 +30,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "mmddk.h" #include "winreg.h" diff --git a/dlls/dsound/mixer.c b/dlls/dsound/mixer.c index 00695461ce3..b5b0a9b31fd 100644 --- a/dlls/dsound/mixer.c +++ b/dlls/dsound/mixer.c @@ -27,6 +27,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "winreg.h" #include "winternl.h" diff --git a/dlls/dsound/primary.c b/dlls/dsound/primary.c index af2f2855bf4..bca6b85c571 100644 --- a/dlls/dsound/primary.c +++ b/dlls/dsound/primary.c @@ -25,6 +25,7 @@ #define NONAMELESSUNION #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "winreg.h" #include "winternl.h" diff --git a/dlls/dsound/propset.c b/dlls/dsound/propset.c index 8147f97eee6..99709bf326a 100644 --- a/dlls/dsound/propset.c +++ b/dlls/dsound/propset.c @@ -23,6 +23,7 @@ #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "winreg.h" #include "winternl.h" diff --git a/dlls/dsound/sound3d.c b/dlls/dsound/sound3d.c index 3505b0664c4..887c785e149 100644 --- a/dlls/dsound/sound3d.c +++ b/dlls/dsound/sound3d.c @@ -44,6 +44,7 @@ #define NONAMELESSSTRUCT #include "windef.h" #include "winbase.h" +#include "winuser.h" #include "mmsystem.h" #include "winreg.h" #include "winternl.h" -- 2.11.4.GIT