Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor whitespace issue. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
88a77871fe4a22fbeedbedbb90c72b26 |
User & Date: | mistachkin 2016-10-29 22:23:22.204 |
Context
2016-10-29
| ||
22:43 | Update version history docs. check-in: fe1b63b36c user: mistachkin tags: trunk | |
22:23 | Minor whitespace issue. check-in: 88a77871fe user: mistachkin tags: trunk | |
22:09 | Update comment in the new NuGet XML configuration file. check-in: 56e59ce391 user: mistachkin tags: trunk | |
Changes
Changes to System.Data.SQLite/UnsafeNativeMethods.cs.
︙ | ︙ | |||
25 26 27 28 29 30 31 | using System.Runtime.InteropServices; #if (NET_40 || NET_45 || NET_451 || NET_452 || NET_46 || NET_461 || NET_462) && !PLATFORM_COMPACTFRAMEWORK using System.Runtime.Versioning; #endif #if !PLATFORM_COMPACTFRAMEWORK | | | 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 | using System.Runtime.InteropServices; #if (NET_40 || NET_45 || NET_451 || NET_452 || NET_46 || NET_461 || NET_462) && !PLATFORM_COMPACTFRAMEWORK using System.Runtime.Versioning; #endif #if !PLATFORM_COMPACTFRAMEWORK using System.Text; #endif #if !PLATFORM_COMPACTFRAMEWORK || COUNT_HANDLE using System.Threading; #endif using System.Xml; |
︙ | ︙ |