| Index: test/compiled/user-config-test-namespace.h |
| diff --git a/compiled/bindings/library.h b/test/compiled/user-config-test-namespace.h |
| similarity index 75% |
| copy from compiled/bindings/library.h |
| copy to test/compiled/user-config-test-namespace.h |
| index d6255d754b8f20660c958c316162ddfae508c06d..3dcae31144507e1bf963cfd11c7c99fd8a4ffdc4 100644 |
| --- a/compiled/bindings/library.h |
| +++ b/test/compiled/user-config-test-namespace.h |
| @@ -12,12 +12,13 @@ |
| * GNU General Public License for more details. |
| * |
| * You should have received a copy of the GNU General Public License |
| - * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| + * along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
| */ |
| #pragma once |
| -extern "C" |
| -{ |
| - int GetFunctionName(char* buffer, void* ptr, const char* signature); |
| -} |
| +#define ABP_NS test_abp_core |
| +#define ABP_NS_BEGIN namespace ABP_NS { |
| +#define ABP_NS_END } |
| +#define ABP_NS_USING using namespace ABP_NS; |
| + |