From 7a928e2b19bddf152fd838469cc50805d4132401 Mon Sep 17 00:00:00 2001 From: Martijn Otto Date: Thu, 26 Mar 2015 16:00:10 +0100 Subject: Changed default visibility for symbols in the PHP-CPP library to hidden and explicitly exported all symbols available from the public API. Moved the hiddenpointer to the zend implementation directory as it is not meant to be used publicly and not referenced anywhere from the API anyway --- common/includes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/includes.h b/common/includes.h index db29f10..437f73e 100644 --- a/common/includes.h +++ b/common/includes.h @@ -15,6 +15,7 @@ /** * Public include files */ +#include "../include/visibility.h" #include "../include/modifiers.h" /** -- cgit v1.2.3