Module: wine Branch: master Commit: ee0b66adc482cb43e8b0e53bc1bd9825a63b1996 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ee0b66adc482cb43e8b0e53bc...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 3 10:32:47 2019 +0200
dpvoice: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dpvoice/Makefile.in | 2 ++ dlls/dpvoice/client.c | 2 -- dlls/dpvoice/main.c | 1 - dlls/dpvoice/server.c | 2 -- 4 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/dlls/dpvoice/Makefile.in b/dlls/dpvoice/Makefile.in index 25334b5..38e934d 100644 --- a/dlls/dpvoice/Makefile.in +++ b/dlls/dpvoice/Makefile.in @@ -1,6 +1,8 @@ MODULE = dpvoice.dll IMPORTS = dxguid uuid
+EXTRADLLFLAGS = -mno-cygwin + C_SRCS = \ client.c \ main.c \ diff --git a/dlls/dpvoice/client.c b/dlls/dpvoice/client.c index 7f6cf4a..b611370 100644 --- a/dlls/dpvoice/client.c +++ b/dlls/dpvoice/client.c @@ -17,7 +17,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h"
#include <stdarg.h>
@@ -28,7 +27,6 @@ #include "winuser.h" #include "objbase.h"
-#include "wine/unicode.h" #include "wine/debug.h"
#include "dvoice.h" diff --git a/dlls/dpvoice/main.c b/dlls/dpvoice/main.c index 3a74e01..73441a8 100644 --- a/dlls/dpvoice/main.c +++ b/dlls/dpvoice/main.c @@ -18,7 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" #include <stdarg.h>
#include "windef.h" diff --git a/dlls/dpvoice/server.c b/dlls/dpvoice/server.c index 80ef199..714863f 100644 --- a/dlls/dpvoice/server.c +++ b/dlls/dpvoice/server.c @@ -17,7 +17,6 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */ -#include "config.h"
#include <stdarg.h>
@@ -28,7 +27,6 @@ #include "winuser.h" #include "objbase.h"
-#include "wine/unicode.h" #include "wine/debug.h"
#include "dvoice.h"