We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9cb48a commit 019278eCopy full SHA for 019278e
1 file changed
Flames/Database/Backends/MySQL.cs
@@ -15,6 +15,7 @@ software distributed under the Licenses are distributed on an "AS IS"
15
or implied. See the Licenses for the specific language governing
16
permissions and limitations under the Licenses.
17
*/
18
+#if !F_DOTNET
19
using System;
20
using System.Collections.Generic;
21
using System.IO;
@@ -382,4 +383,5 @@ public override string DumpValue(int col)
382
383
return GetString(col);
384
}
385
-}
386
+}
387
+#endif
0 commit comments