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/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libX11/src/makefile') diff --git a/libX11/src/makefile b/libX11/src/makefile index 4d74b854e..456ad4895 100644 --- a/libX11/src/makefile +++ b/libX11/src/makefile @@ -1,6 +1,7 @@ LIBRARY=libx11 -DEFINES += X11_t TRANS_CLIENT +DEFINES += X11_t TRANS_CLIENT LIB11_DLL + CSRCS = \ AllCells.c \ -- cgit v1.2.3