From 382896ac91b14939eeccf50ecd43209ffd6fc3f7 Mon Sep 17 00:00:00 2001 From: triton Date: Fri, 17 Jan 2014 15:18:01 +0000 Subject: [PATCH] Only use CppSharp.Parser in the new parser. --- src/Core/Project.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Core/Project.cs b/src/Core/Project.cs index b679ed1a..d8c1cccf 100644 --- a/src/Core/Project.cs +++ b/src/Core/Project.cs @@ -1,6 +1,9 @@ using System.Collections.Generic; using CppSharp.AST; + +#if !OLD_PARSER using CppSharp.Parser; +#endif namespace CppSharp {