OSDN Git Service

コア部分を共通プロジェクト化した
[fooeditengine/FooEditEngine.git] / Core / TextServiceFramework / TextStoreHelper.cs
@@ -8,6 +8,7 @@
 
 You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
+#if METRO || WPF
 using System.Linq;
 using DotNetTextStore.UnmanagedAPI.WinDef;
 using DotNetTextStore.UnmanagedAPI.TSF;
@@ -114,3 +115,4 @@ namespace FooEditEngine
         }
     }
 }
+#endif