OSDN Git Service

Metro版でコンパイルできない不具合を修正した
authorgdkhd812 <jbh03215@htmil.co.jp>
Mon, 30 Sep 2013 09:50:48 +0000 (18:50 +0900)
committergdkhd812 <jbh03215@htmil.co.jp>
Mon, 30 Sep 2013 09:50:48 +0000 (18:50 +0900)
Common/LineToIndex.cs

index bfaf981..49384f7 100644 (file)
@@ -189,7 +189,7 @@ namespace FooEditEngine
             this.render = r;\r
             this.FoldingCollection = new FoldingCollection();\r
             this._IsSync = true;\r
-#if DEBUG\r
+#if DEBUG && !NETFX_CORE\r
             if (!Debugger.IsAttached)\r
             {\r
                 Guid guid = Guid.NewGuid();\r