From 8ab31087a4ed439c81c695ac77129b39d6a12449 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Mon, 16 May 2011 15:08:02 +0200 Subject: [PATCH] fix another error --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b0a1d4a..44460a7 100644 --- a/Makefile +++ b/Makefile @@ -179,7 +179,7 @@ ifeq ($(OS),Win32) CPPFLAGS_COMMON += -DWIN32 -D_WIN32 -D_inline=inline CFLAGS_COMMON += -mms-bitfields LDFLAGS_DLL = --dll -Wl,--add-stdcall-alias - LIBS_COMMON = -lws2_32 -luser32 -lgdi32 + LIBS_COMMON = -lws2_32 -luser32 -lgdi32 -lole32 EXE ?= exe A = a DLL = dll -- 2.39.2