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/xlibi18n/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libX11/src/xlibi18n') diff --git a/libX11/src/xlibi18n/makefile b/libX11/src/xlibi18n/makefile index 5be81d350..d5dfcf723 100644 --- a/libX11/src/xlibi18n/makefile +++ b/libX11/src/xlibi18n/makefile @@ -44,7 +44,7 @@ LIBRARY = libi18n # $(IM_LIBS) $(LC_LIBS) $(OM_LIBS) INCLUDES += ..\..\include\X11 -DEFINES += XLOCALELIBDIR="\".\"" +DEFINES += XLOCALELIBDIR="\".\"" LIB11_DLL CSRCS = \ $(XI18N_DL_SOURCES) \ -- cgit v1.2.3