Module: wine Branch: master Commit: 24533530c16c4322c93ad160a931a94cb495c6cb URL: https://source.winehq.org/git/wine.git/?a=commit;h=24533530c16c4322c93ad160a...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Jun 17 09:30:32 2019 +0200
ole2disp: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/ole2disp.dll16/Makefile.in | 2 +- dlls/ole2disp.dll16/ole2disp.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-)
diff --git a/dlls/ole2disp.dll16/Makefile.in b/dlls/ole2disp.dll16/Makefile.in index 86100fe..009e0de 100644 --- a/dlls/ole2disp.dll16/Makefile.in +++ b/dlls/ole2disp.dll16/Makefile.in @@ -1,4 +1,4 @@ MODULE = ole2disp.dll16 -EXTRADLLFLAGS = -m16 -Wb,--main-module,oleaut32.dll +EXTRADLLFLAGS = -m16 -mno-cygwin -Wb,--main-module,oleaut32.dll
C_SRCS = ole2disp.c diff --git a/dlls/ole2disp.dll16/ole2disp.c b/dlls/ole2disp.dll16/ole2disp.c index b981485..5323959 100644 --- a/dlls/ole2disp.dll16/ole2disp.c +++ b/dlls/ole2disp.dll16/ole2disp.c @@ -18,8 +18,6 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA */
-#include "config.h" - #include <stdarg.h> #include <string.h>