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/modules/lc/Utf8/makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libX11/modules/lc/Utf8') diff --git a/libX11/modules/lc/Utf8/makefile b/libX11/modules/lc/Utf8/makefile index 6f814c760..1dd942816 100644 --- a/libX11/modules/lc/Utf8/makefile +++ b/libX11/modules/lc/Utf8/makefile @@ -1,5 +1,7 @@ LIBRARY = libxlcUTF8Load +DEFINES += LIB11_DLL + CSRCS=lcUTF8Load.c INCLUDES += ..\..\..\include\X11 ..\..\..\src\xlibi18n ..\..\..\src -- cgit v1.2.3