From 392bc11a81b5fe8c8a340eae23ffa3c5c06b72e7 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 27 Jun 2012 09:14:14 +0200 Subject: libXmu is now a dll Exported variables in libX11 and libxcb should be declared with __declspec(dllimport) --- libX11/src/xcms/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libX11/src/xcms') diff --git a/libX11/src/xcms/makefile b/libX11/src/xcms/makefile index 00fab124a..0ba42a246 100644 --- a/libX11/src/xcms/makefile +++ b/libX11/src/xcms/makefile @@ -1,6 +1,7 @@ LIBRARY = libxcms -DEFINES += HAVE_CONFIG_H +DEFINES += HAVE_CONFIG_H LIB11_DLL + CSRCS = \ AddDIC.c \ -- cgit v1.2.3