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) --- include/xcb/bigreq.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/xcb/bigreq.h') diff --git a/include/xcb/bigreq.h b/include/xcb/bigreq.h index a9888331a..208874bb5 100644 --- a/include/xcb/bigreq.h +++ b/include/xcb/bigreq.h @@ -21,7 +21,7 @@ extern "C" { #define XCB_BIGREQUESTS_MAJOR_VERSION 0 #define XCB_BIGREQUESTS_MINOR_VERSION 0 -extern xcb_extension_t xcb_big_requests_id; +XCB_EXTERN xcb_extension_t xcb_big_requests_id; /** * @brief xcb_big_requests_enable_cookie_t -- cgit v1.2.3