From d9397610f305980bed30d77794c1731b3f0a99cc Mon Sep 17 00:00:00 2001 From: arcnmx Date: Wed, 20 Dec 2017 22:37:23 -0500 Subject: [PATCH] [host] compile MultiMemcpy on mingw --- host/Makefile | 2 +- host/MultiMemcpy.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/host/Makefile b/host/Makefile index 9689c386..b81eeb77 100644 --- a/host/Makefile +++ b/host/Makefile @@ -16,11 +16,11 @@ LD = $(CXX) BUILD ?= .build BIN ?= bin - CFLAGS += -DBUILD_VERSION='"$(shell git describe --always --long --dirty --abbrev=10 --tags)"' OBJS = main.o \ CrashHandler.o \ + MultiMemcpy.o \ IVSHMEM.o \ Service.o \ Capture/DXGI.o diff --git a/host/MultiMemcpy.h b/host/MultiMemcpy.h index 69774b45..521606c6 100644 --- a/host/MultiMemcpy.h +++ b/host/MultiMemcpy.h @@ -19,7 +19,7 @@ Place, Suite 330, Boston, MA 02111-1307 USA #define MULTIMEMCPY_THREADS 4 -#include +#include #include #pragma once