From 0c9deec6d8ba39a31d2be999731e6edb1ae544ae Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Mon, 13 Apr 2015 22:47:44 +0200 Subject: Php::GLOBALS was not exported (fixes issue #186) --- include/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/globals.h b/include/globals.h index 231b8bd..125b6a4 100644 --- a/include/globals.h +++ b/include/globals.h @@ -71,7 +71,7 @@ public: * We always have one instance of the GLOBALS instance * @var Globals */ -extern Globals &GLOBALS; +extern PHPCPP_EXPORT Globals &GLOBALS; /** * End of namespace -- cgit v1.2.3